Sha256: e132f106fae3ab06b48fbefdbdcf78c04d57298c3ea9ecccce7248383baac087

Contents?: true

Size: 1.59 KB

Versions: 10

Compression:

Stored size: 1.59 KB

Contents

{
   "access" : {
      "serviceCatalog" : [
         {
            "name" : "swift",
            "endpoints_links" : [],
            "type" : "object-store",
            "endpoints" : [
               {
                  "publicURL" : "http://public-url-com",
                  "internalURL" : "http://internal-url-com",
                  "adminURL" : "http://api-url-com",
                  "region" : "RegionOne",
                  "id" : "1"
               }
            ]
         },
         {
            "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",
                  "region" : "RegionOne",
                  "id" : "2"
               }
            ]
         }
      ],
      "user" : {
         "roles" : [
            {
               "name" : "swiftoperator"
            }
         ],
         "roles_links" : [],
         "name" : "User Name 1",
         "id" : "3",
         "username" : "username1"
      },
      "metadata" : {
         "roles" : [
            "4"
         ],
         "is_admin" : 0
      },
      "token" : {
         "tenant" : {
            "name" : "tenant_username1",
            "id" : "5",
            "description" : "some desc",
            "enabled" : true
         },
         "issued_at" : "2014-08-25T17:53:26.667691",
         "id" : "5",
         "expires" : "2014-08-25T18:53:26Z"
      }
   }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nightcrawler_swift-0.11.1 spec/fixtures/auth_success.json
nightcrawler_swift-0.11.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.10.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.9.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.8.1 spec/fixtures/auth_success.json
nightcrawler_swift-0.8.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.7.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.6.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.5.0 spec/fixtures/auth_success.json
nightcrawler_swift-0.4.0 spec/fixtures/auth_success.json