spec/fixtures/auth_success.json in nightcrawler_swift-0.3.0 vs spec/fixtures/auth_success.json in nightcrawler_swift-0.4.0
- old
+ new
@@ -5,13 +5,13 @@
"name" : "swift",
"endpoints_links" : [],
"type" : "object-store",
"endpoints" : [
{
- "publicURL" : "http://public.url.com",
- "internalURL" : "http://internal.url.com",
- "adminURL" : "http://api.url.com",
+ "publicURL" : "http://public-url-com",
+ "internalURL" : "http://internal-url-com",
+ "adminURL" : "http://api-url-com",
"region" : "RegionOne",
"id" : "1"
}
]
},
@@ -19,12 +19,12 @@
"name" : "keystone",
"endpoints_links" : [],
"type" : "identity",
"endpoints" : [
{
- "publicURL" : "http://auth.url.com:123/v2.0",
- "internalURL" : "https://auth.url.com:123/v2.0",
- "adminURL" : "https://auth.url.com:321/v2.0",
+ "publicURL" : "http://auth-url-com:123/v2.0",
+ "internalURL" : "https://auth-url-com:123/v2.0",
+ "adminURL" : "https://auth-url-com:321/v2.0",
"region" : "RegionOne",
"id" : "2"
}
]
}