mirror of https://github.com/apache/jclouds.git
Pretty formatted json test resources
This commit is contained in:
parent
c857ccc479
commit
a6c89d9150
|
@ -1 +1,16 @@
|
|||
{"access": {"token": {"expires": "2012-12-02T01:44:54Z", "id": "5afc3adea6654e758b4a9cf01bafe507"}, "serviceCatalog": [], "user": {"username": "nova", "roles_links": [], "id": "bf45fd7586c2410c980c651b918aa850", "roles": [], "name": "nova"}}}
|
||||
{
|
||||
"access": {
|
||||
"token": {
|
||||
"expires": "2012-12-02T01:44:54Z",
|
||||
"id": "5afc3adea6654e758b4a9cf01bafe507"
|
||||
},
|
||||
"serviceCatalog": [],
|
||||
"user": {
|
||||
"username": "nova",
|
||||
"roles_links": [],
|
||||
"id": "bf45fd7586c2410c980c651b918aa850",
|
||||
"roles": [],
|
||||
"name": "nova"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,117 @@
|
|||
{"access": {"token": {"expires": "2012-09-29T19:53:45Z", "id": "b267e2e240624b108b1ed5bba6e5882e", "tenant": {"enabled": true, "description": null, "name": "demo", "id": "82d8d2f865484776a1daf1e2245d3317"}}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317", "region": "RegionOne", "internalURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317", "id": "bb3ce9ccdc5045909882688b90cc3ff0", "publicURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://10.10.10.10:3333", "region": "RegionOne", "internalURL": "http://10.10.10.10:3333", "id": "9646263f31ea4f499732c5e1370ecf5e", "publicURL": "http://10.10.10.10:3333"}], "endpoints_links": [], "type": "s3", "name": "s3"}, {"endpoints": [{"adminURL": "http://10.10.10.10:9292", "region": "RegionOne", "internalURL": "http://10.10.10.10:9292", "id": "aa5d0b2574824ba097dc07faacf3be65", "publicURL": "http://10.10.10.10:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317", "region": "RegionOne", "internalURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317", "id": "7679065b1405447eb5f1a38a6b99ccc0", "publicURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://10.10.10.10:8773/services/Admin", "region": "RegionOne", "internalURL": "http://10.10.10.10:8773/services/Cloud", "id": "22b007f023fb4c42be094916eb2bf18b", "publicURL": "http://10.10.10.10:8773/services/Cloud"}], "endpoints_links": [], "type": "ec2", "name": "ec2"}, {"endpoints": [{"adminURL": "http://10.10.10.10:35357/v2.0", "region": "RegionOne", "internalURL": "http://10.10.10.10:5000/v2.0", "id": "57ee5fb4f9a840f3b965909681d0fc53", "publicURL": "http://10.10.10.10:5000/v2.0"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "demo", "roles_links": [], "id": "ca248caf55844c14a4876c22112bbbb9", "roles": [{"name": "Member"}], "name": "demo"}, "metadata": {"is_admin": 0, "roles": ["1f697d8e3ace4f5a80f7701e554ee5d9"]}}}
|
||||
{
|
||||
"access": {
|
||||
"token": {
|
||||
"expires": "2012-09-29T19:53:45Z",
|
||||
"id": "b267e2e240624b108b1ed5bba6e5882e",
|
||||
"tenant": {
|
||||
"enabled": true,
|
||||
"description": null,
|
||||
"name": "demo",
|
||||
"id": "82d8d2f865484776a1daf1e2245d3317"
|
||||
}
|
||||
},
|
||||
"serviceCatalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317",
|
||||
"id": "bb3ce9ccdc5045909882688b90cc3ff0",
|
||||
"publicURL": "http://10.10.10.10:8774/v2/82d8d2f865484776a1daf1e2245d3317"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "compute",
|
||||
"name": "nova"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:3333",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:3333",
|
||||
"id": "9646263f31ea4f499732c5e1370ecf5e",
|
||||
"publicURL": "http://10.10.10.10:3333"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "s3",
|
||||
"name": "s3"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:9292",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:9292",
|
||||
"id": "aa5d0b2574824ba097dc07faacf3be65",
|
||||
"publicURL": "http://10.10.10.10:9292"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "image",
|
||||
"name": "glance"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317",
|
||||
"id": "7679065b1405447eb5f1a38a6b99ccc0",
|
||||
"publicURL": "http://10.10.10.10:8776/v1/82d8d2f865484776a1daf1e2245d3317"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "volume",
|
||||
"name": "cinder"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:8773/services/Admin",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:8773/services/Cloud",
|
||||
"id": "22b007f023fb4c42be094916eb2bf18b",
|
||||
"publicURL": "http://10.10.10.10:8773/services/Cloud"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "ec2",
|
||||
"name": "ec2"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.10.10.10:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "http://10.10.10.10:5000/v2.0",
|
||||
"id": "57ee5fb4f9a840f3b965909681d0fc53",
|
||||
"publicURL": "http://10.10.10.10:5000/v2.0"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "identity",
|
||||
"name": "keystone"
|
||||
}
|
||||
],
|
||||
"user": {
|
||||
"username": "demo",
|
||||
"roles_links": [],
|
||||
"id": "ca248caf55844c14a4876c22112bbbb9",
|
||||
"roles": [
|
||||
{
|
||||
"name": "Member"
|
||||
}
|
||||
],
|
||||
"name": "demo"
|
||||
},
|
||||
"metadata": {
|
||||
"is_admin": 0,
|
||||
"roles": [
|
||||
"1f697d8e3ace4f5a80f7701e554ee5d9"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{"access": {
|
||||
{
|
||||
"access": {
|
||||
"token": {
|
||||
"expires": "2012-08-01T13:08:52Z",
|
||||
"id": "946b8ad1ede4422f87ab21dcba27896d",
|
||||
|
@ -7,66 +8,112 @@
|
|||
"description": null,
|
||||
"name": "admin",
|
||||
"id": "2fdc88ae152948c690b97ba307acae9b"
|
||||
}},
|
||||
}
|
||||
},
|
||||
"serviceCatalog": [
|
||||
{"endpoints": [{
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:8774/v2/2fdc88ae152948c690b97ba307acae9b",
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:8774/v2/2fdc88ae152948c690b97ba307acae9b",
|
||||
"internalURL": "http://10.0.1.13:8774/v2/2fdc88ae152948c690b97ba307acae9b"}],
|
||||
"internalURL": "http://10.0.1.13:8774/v2/2fdc88ae152948c690b97ba307acae9b"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "compute",
|
||||
"name": "Compute Service"},
|
||||
{"endpoints": [{
|
||||
"name": "Compute Service"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:3333",
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:3333",
|
||||
"internalURL": "http://10.0.1.13:3333"}],
|
||||
"internalURL": "http://10.0.1.13:3333"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "s3",
|
||||
"name": "S3 Service"},
|
||||
{"endpoints": [{
|
||||
"name": "S3 Service"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:9292",
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:9292",
|
||||
"internalURL": "http://10.0.1.13:9292"}],
|
||||
"internalURL": "http://10.0.1.13:9292"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "image",
|
||||
"name": "Image Service"},
|
||||
{"endpoints": [{
|
||||
"name": "Image Service"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:8776/v1/2fdc88ae152948c690b97ba307acae9b",
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:8776/v1/2fdc88ae152948c690b97ba307acae9b",
|
||||
"internalURL": "http://10.0.1.13:8776/v1/2fdc88ae152948c690b97ba307acae9b"}],
|
||||
"endpoints_links": [], "type": "volume", "name": "Volume Service"},
|
||||
{"endpoints": [{"adminURL": "http://10.0.1.13:8773/services/Admin",
|
||||
"internalURL": "http://10.0.1.13:8776/v1/2fdc88ae152948c690b97ba307acae9b"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "volume",
|
||||
"name": "Volume Service"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:8773/services/Admin",
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:8773/services/Cloud",
|
||||
"internalURL": "http://10.0.1.13:8773/services/Cloud"}],
|
||||
"internalURL": "http://10.0.1.13:8773/services/Cloud"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "ec2",
|
||||
"name": "EC2 Service"},
|
||||
{"endpoints": [{
|
||||
"name": "EC2 Service"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "http://10.0.1.13:35357/v2.0",
|
||||
"region": "RegionOne", "publicURL":
|
||||
"http://10.0.1.13:5000/v2.0", "internalURL": "http://10.0.1.13:5000/v2.0"}],
|
||||
"endpoints_links": [], "type": "identity", "name": "Identity Service"}
|
||||
"region": "RegionOne",
|
||||
"publicURL": "http://10.0.1.13:5000/v2.0",
|
||||
"internalURL": "http://10.0.1.13:5000/v2.0"
|
||||
}
|
||||
],
|
||||
"endpoints_links": [],
|
||||
"type": "identity",
|
||||
"name": "Identity Service"
|
||||
}
|
||||
],
|
||||
"user": {
|
||||
"username": "admin",
|
||||
"roles_links": [],
|
||||
"id": "b4d134cfe3cf43ad8ba0c2fc5b5d8f91",
|
||||
"roles": [
|
||||
{"name": "admin"},
|
||||
{"name": "KeystoneServiceAdmin"},
|
||||
{"name": "KeystoneAdmin"}
|
||||
{
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"name": "KeystoneServiceAdmin"
|
||||
},
|
||||
{
|
||||
"name": "KeystoneAdmin"
|
||||
}
|
||||
],
|
||||
"name": "admin"
|
||||
},
|
||||
"metadata": {
|
||||
"is_admin": 0,
|
||||
"roles": [
|
||||
"a2bb9cb209f14ec18d0f747ccdef4bb6", "27cb69f42476498cb11e83b7d90fc419", "7758efbae00a480385493f77f7860c29"
|
||||
"a2bb9cb209f14ec18d0f747ccdef4bb6",
|
||||
"27cb69f42476498cb11e83b7d90fc419",
|
||||
"7758efbae00a480385493f77f7860c29"
|
||||
]
|
||||
}
|
||||
}}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,11 @@
|
|||
{"extensions":[{"name":"OS-KSADM","alias":"OS-KSADM","namespace":"http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0","updated":"2011-08-08T00:00:00+00:00","description":"Keystone Administration Extension"}]}
|
||||
{
|
||||
"extensions": [
|
||||
{
|
||||
"name": "OS-KSADM",
|
||||
"alias": "OS-KSADM",
|
||||
"namespace": "http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0",
|
||||
"updated": "2011-08-08T00:00:00+00:00",
|
||||
"description": "Keystone Administration Extension"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,33 @@
|
|||
{"version": {"status": "beta", "updated": "2011-11-19T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://172.16.89.167:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/content/", "type": "text/html", "rel": "describedby"}, {"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf", "type": "application/pdf", "rel": "describedby"}]}}
|
||||
{
|
||||
"version": {
|
||||
"status": "beta",
|
||||
"updated": "2011-11-19T00:00:00Z",
|
||||
"media-types": [
|
||||
{
|
||||
"base": "application/json",
|
||||
"type": "application/vnd.openstack.identity-v2.0+json"
|
||||
},
|
||||
{
|
||||
"base": "application/xml",
|
||||
"type": "application/vnd.openstack.identity-v2.0+xml"
|
||||
}
|
||||
],
|
||||
"id": "v2.0",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://172.16.89.167:5000/v2.0/",
|
||||
"rel": "self"
|
||||
},
|
||||
{
|
||||
"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/content/",
|
||||
"type": "text/html",
|
||||
"rel": "describedby"
|
||||
},
|
||||
{
|
||||
"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf",
|
||||
"type": "application/pdf",
|
||||
"rel": "describedby"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,41 +8,53 @@
|
|||
"name": "508151008"
|
||||
}
|
||||
},
|
||||
"serviceCatalog": [{
|
||||
"endpoints": [{
|
||||
"serviceCatalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "https://nova-api.openstack.org:9774/v1.1/3456",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "https://nova-api.openstack.org:9774/v1.1/3456",
|
||||
"publicURL": "https://nova-api.openstack.org:9774/v1.1/3456"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"type": "compute",
|
||||
"name": "nova"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "https://GLANCE_API_IS_NOT_DISCLOSED/v1.1/3456",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "https://GLANCE_API_IS_NOT_DISCLOSED/v1.1/3456",
|
||||
"publicURL": "https://GLANCE_API_IS_NOT_DISCLOSED/v1.1/3456"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"type": "image",
|
||||
"name": "glance"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "https://nova-api.openstack.org:5443/v2.0",
|
||||
"region": "RegionOne",
|
||||
"internalURL": "https://keystone.thefreecloud.org:5000/v2.0",
|
||||
"publicURL": "https://keystone.thefreecloud.org:5000/v2.0"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"name": "keystone"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"user": {
|
||||
"id": "43",
|
||||
"roles": [{
|
||||
"roles": [
|
||||
{
|
||||
"tenantId": "3456",
|
||||
"id": "2",
|
||||
"name": "Member"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"name": "508151008"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,116 +8,153 @@
|
|||
"name": "40806637803162"
|
||||
}
|
||||
},
|
||||
"serviceCatalog": [{
|
||||
"endpoints": [{
|
||||
"serviceCatalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region": "DFW",
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/dfw.databases.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}, {
|
||||
"publicURL": "https://dfw.databases.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
},
|
||||
{
|
||||
"region": "ORD",
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/ord.databases.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}],
|
||||
"publicURL": "https://ord.databases.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
}
|
||||
],
|
||||
"name": "cloudDatabases",
|
||||
"type": "rax:database"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/servers.api.rackspacecloud.com\/v1.0\/40806637803162",
|
||||
"versionInfo": "https:\/\/servers.api.rackspacecloud.com\/v1.0",
|
||||
"versionList": "https:\/\/servers.api.rackspacecloud.com\/",
|
||||
"publicURL": "https://servers.api.rackspacecloud.com/v1.0/40806637803162",
|
||||
"versionInfo": "https://servers.api.rackspacecloud.com/v1.0",
|
||||
"versionList": "https://servers.api.rackspacecloud.com/",
|
||||
"versionId": "1.0"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"name": "cloudServers",
|
||||
"type": "compute"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region": "DFW",
|
||||
"tenantId": "MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22",
|
||||
"publicURL": "https:\/\/storage101.dfw1.clouddrive.com\/v1\/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22",
|
||||
"internalURL": "https:\/\/snet-storage101.dfw1.clouddrive.com\/v1\/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22"
|
||||
}],
|
||||
"publicURL": "https://storage101.dfw1.clouddrive.com/v1/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22",
|
||||
"internalURL": "https://snet-storage101.dfw1.clouddrive.com/v1/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22"
|
||||
}
|
||||
],
|
||||
"name": "cloudFiles",
|
||||
"type": "object-store"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region": "DFW",
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/dfw.servers.api.rackspacecloud.com\/v2\/40806637803162",
|
||||
"versionInfo": "https:\/\/dfw.servers.api.rackspacecloud.com\/v2",
|
||||
"versionList": "https:\/\/dfw.servers.api.rackspacecloud.com\/",
|
||||
"publicURL": "https://dfw.servers.api.rackspacecloud.com/v2/40806637803162",
|
||||
"versionInfo": "https://dfw.servers.api.rackspacecloud.com/v2",
|
||||
"versionList": "https://dfw.servers.api.rackspacecloud.com/",
|
||||
"versionId": "2"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"name": "cloudServersOpenStack",
|
||||
"type": "compute"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region": "ORD",
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/ord.loadbalancers.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}, {
|
||||
"publicURL": "https://ord.loadbalancers.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
},
|
||||
{
|
||||
"region": "DFW",
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/dfw.loadbalancers.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}],
|
||||
"publicURL": "https://dfw.loadbalancers.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
}
|
||||
],
|
||||
"name": "cloudLoadBalancers",
|
||||
"type": "rax:load-balancer"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
"publicURL": "https:\/\/dfw.blockstorage.api.rackspacecloud.com\/v1\/40806637803162",
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"publicURL": "https://dfw.blockstorage.api.rackspacecloud.com/v1/40806637803162",
|
||||
"tenantId": "40806637803162",
|
||||
"region": "DFW"
|
||||
}, {
|
||||
"publicURL": "https:\/\/ord.blockstorage.api.rackspacecloud.com\/v1\/40806637803162",
|
||||
},
|
||||
{
|
||||
"publicURL": "https://ord.blockstorage.api.rackspacecloud.com/v1/40806637803162",
|
||||
"tenantId": "40806637803162",
|
||||
"region": "ORD"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"type": "volume",
|
||||
"name": "cloudBlockStorage"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/monitoring.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}],
|
||||
"publicURL": "https://monitoring.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
}
|
||||
],
|
||||
"name": "cloudMonitoring",
|
||||
"type": "rax:monitor"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"tenantId": "40806637803162",
|
||||
"publicURL": "https:\/\/dns.api.rackspacecloud.com\/v1.0\/40806637803162"
|
||||
}],
|
||||
"publicURL": "https://dns.api.rackspacecloud.com/v1.0/40806637803162"
|
||||
}
|
||||
],
|
||||
"name": "cloudDNS",
|
||||
"type": "rax:dns"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region": "DFW",
|
||||
"tenantId": "MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22",
|
||||
"publicURL": "https:\/\/cdn1.clouddrive.com\/v1\/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22"
|
||||
}],
|
||||
"publicURL": "https://cdn1.clouddrive.com/v1/MossoCloudFS_dc1f419c-5059-4c87-a389-3f2e33a77b22"
|
||||
}
|
||||
],
|
||||
"name": "cloudFilesCDN",
|
||||
"type": "rax:object-cdn"
|
||||
}, {
|
||||
"endpoints": [{
|
||||
"internalURL": "https:\/\/snet-dfw.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"publicURL": "https:\/\/dfw.queues.api.rackspacecloud.com\/v1\/40806637803162",
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"internalURL": "https://snet-dfw.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"publicURL": "https://dfw.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"tenantId": "40806637803162",
|
||||
"region": "DFW"
|
||||
}, {
|
||||
"internalURL": "https:\/\/snet-ord.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"publicURL": "https:\/\/ord.queues.api.rackspacecloud.com\/v1\/40806637803162",
|
||||
},
|
||||
{
|
||||
"internalURL": "https://snet-ord.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"publicURL": "https://ord.queues.api.rackspacecloud.com/v1/40806637803162",
|
||||
"tenantId": "40806637803162",
|
||||
"region": "ORD"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"type": "rax:queues",
|
||||
"name": "cloudQueues"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"user": {
|
||||
"id": "54321",
|
||||
"roles": [{
|
||||
"roles": [
|
||||
{
|
||||
"id": "3",
|
||||
"description": "User Admin Role.",
|
||||
"name": "identity:user-admin"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"name": "joe"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,26 +3,33 @@
|
|||
"id": "v2.0",
|
||||
"updated": "2012-01-21T11:33:21-06:00",
|
||||
"status": "BETA",
|
||||
"links": [{
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
"href": "https:\/\/identity.api.rackspacecloud.com\/v2.0"
|
||||
}, {
|
||||
"href": "https://identity.api.rackspacecloud.com/v2.0"
|
||||
},
|
||||
{
|
||||
"rel": "describedby",
|
||||
"type": "application\/pdf",
|
||||
"href": "http:\/\/docs.rackspacecloud.com\/auth\/api\/v2.0\/auth-client-devguide-latest.pdf"
|
||||
}, {
|
||||
"type": "application/pdf",
|
||||
"href": "http://docs.rackspacecloud.com/auth/api/v2.0/auth-client-devguide-latest.pdf"
|
||||
},
|
||||
{
|
||||
"rel": "describedby",
|
||||
"type": "application\/vnd.sun.wadl+xml",
|
||||
"href": "http:\/\/docs.rackspacecloud.com\/auth\/api\/v2.0\/auth.wadl"
|
||||
}],
|
||||
"type": "application/vnd.sun.wadl+xml",
|
||||
"href": "http://docs.rackspacecloud.com/auth/api/v2.0/auth.wadl"
|
||||
}
|
||||
],
|
||||
"media-types": {
|
||||
"values": [{
|
||||
"base": "application\/xml",
|
||||
"type": "application\/vnd.openstack.identity+xml;version=2.0"
|
||||
}, {
|
||||
"base": "application\/json",
|
||||
"type": "application\/vnd.openstack.identity+json;version=2.0"
|
||||
}]
|
||||
"values": [
|
||||
{
|
||||
"base": "application/xml",
|
||||
"type": "application/vnd.openstack.identity+xml;version=2.0"
|
||||
},
|
||||
{
|
||||
"base": "application/json",
|
||||
"type": "application/vnd.openstack.identity+json;version=2.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +1,6 @@
|
|||
{"role":{"id":"r1000","name":"jclouds-role"}}
|
||||
{
|
||||
"role": {
|
||||
"id": "r1000",
|
||||
"name": "jclouds-role"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,14 @@
|
|||
{"roles": [{"id": "22529316b2384072b2e8946af5e8cfb6", "name": "admin"}, {"enabled": "True", "description": "Default role for project membership", "name": "_member_", "id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}
|
||||
{
|
||||
"roles": [
|
||||
{
|
||||
"id": "22529316b2384072b2e8946af5e8cfb6",
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"enabled": "True",
|
||||
"description": "Default role for project membership",
|
||||
"name": "_member_",
|
||||
"id": "9fe2ff9ee4384b1894a90878d3e92bab"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"OS-KSADM:service": {"id": "s1000", "type": "jclouds-service-type", "name": "jclouds-service-test", "description": "jclouds-service-description"}}
|
||||
{
|
||||
"OS-KSADM:service": {
|
||||
"id": "s1000",
|
||||
"type": "jclouds-service-type",
|
||||
"name": "jclouds-service-test",
|
||||
"description": "jclouds-service-description"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,16 @@
|
|||
{"OS-KSADM:services": [{"id": "150a35a1e24547fdb4122b7fc90929b0", "type": "network", "name": "neutron", "description": "Network Service"}, {"id": "313b229fcede4a148f5bd11199264f8e", "type": "volume", "name": "cinder", "description": "OpenStack Volume Service"}]}
|
||||
{
|
||||
"OS-KSADM:services": [
|
||||
{
|
||||
"id": "150a35a1e24547fdb4122b7fc90929b0",
|
||||
"type": "network",
|
||||
"name": "neutron",
|
||||
"description": "Network Service"
|
||||
},
|
||||
{
|
||||
"id": "313b229fcede4a148f5bd11199264f8e",
|
||||
"type": "volume",
|
||||
"name": "cinder",
|
||||
"description": "OpenStack Volume Service"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"tenant":{"id":"t1000","name":"jclouds-tenant","description":"jclouds-description","enabled":true}}
|
||||
{
|
||||
"tenant": {
|
||||
"id": "t1000",
|
||||
"name": "jclouds-tenant",
|
||||
"description": "jclouds-description",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"tenant": {"enabled": true, "description": null, "name": "admin", "id": "013ba41150a14830bec85ffe93353bcc"}}
|
||||
{
|
||||
"tenant": {
|
||||
"enabled": true,
|
||||
"description": null,
|
||||
"name": "admin",
|
||||
"id": "013ba41150a14830bec85ffe93353bcc"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,17 @@
|
|||
{"tenants_links": [], "tenants": [{"enabled": true, "description": null, "name": "demo", "id": "05d1dc7af71646deba64cfc17b81bec0"}, {"enabled": true, "description": null, "name": "admin", "id": "7aa2e17ec29f44d193c48feaba0852cc"}]}
|
||||
{
|
||||
"tenants_links": [],
|
||||
"tenants": [
|
||||
{
|
||||
"enabled": true,
|
||||
"description": null,
|
||||
"name": "demo",
|
||||
"id": "05d1dc7af71646deba64cfc17b81bec0"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"description": null,
|
||||
"name": "admin",
|
||||
"id": "7aa2e17ec29f44d193c48feaba0852cc"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,13 @@
|
|||
{"tenants": {"values": [{"enabled": true, "description": "None", "name": "this-is-a-test", "id": "14"}], "links": []}}
|
||||
{
|
||||
"tenants": {
|
||||
"values": [
|
||||
{
|
||||
"enabled": true,
|
||||
"description": "None",
|
||||
"name": "this-is-a-test",
|
||||
"id": "14"
|
||||
}
|
||||
],
|
||||
"links": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"tenant":{"id":"t1000","name":"jclouds-tenant-modified","description":"jclouds-description-modified","enabled":false}}
|
||||
{
|
||||
"tenant": {
|
||||
"id": "t1000",
|
||||
"name": "jclouds-tenant-modified",
|
||||
"description": "jclouds-description-modified",
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,26 @@
|
|||
{"access": {"token": {"expires": "2012-04-28T12:42:50Z", "id": "167eccdc790946969ced473732e8109b", "tenant": {"id": "4cea93f5464b4f1c921fb3e0461d72b5", "enabled": true, "description": null, "name": "demo"}}, "user": {"username": "admin", "roles_links": [], "id": "2b9b606181634ae9ac86fd95a8bc2cde", "roles": [{"id": "79cada5c02814b57a52e0eed4dd388cb", "name": "admin"}], "name": "admin"}}}
|
||||
{
|
||||
"access": {
|
||||
"token": {
|
||||
"expires": "2012-04-28T12:42:50Z",
|
||||
"id": "167eccdc790946969ced473732e8109b",
|
||||
"tenant": {
|
||||
"id": "4cea93f5464b4f1c921fb3e0461d72b5",
|
||||
"enabled": true,
|
||||
"description": null,
|
||||
"name": "demo"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"username": "admin",
|
||||
"roles_links": [],
|
||||
"id": "2b9b606181634ae9ac86fd95a8bc2cde",
|
||||
"roles": [
|
||||
{
|
||||
"id": "79cada5c02814b57a52e0eed4dd388cb",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"name": "admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"user":{"id":"u1000","name":"jqsmith","email":"john.smith@example.org","enabled":true}}
|
||||
{
|
||||
"user": {
|
||||
"id": "u1000",
|
||||
"name": "jqsmith",
|
||||
"email": "john.smith@example.org",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
{"user": {"name": "nova", "enabled": true, "email": "nova@example.com", "id": "e021dfd758eb44a89f1c57c8ef3be8e2", "tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"}}
|
||||
{
|
||||
"user": {
|
||||
"name": "nova",
|
||||
"enabled": true,
|
||||
"email": "nova@example.com",
|
||||
"id": "e021dfd758eb44a89f1c57c8ef3be8e2",
|
||||
"tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{"endpoints": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"adminURL": "https://csnode.jclouds.org:35357/v2.0/",
|
||||
"publicURL": "https://csnode.jclouds.org/v2.0/",
|
||||
|
@ -7,4 +8,5 @@
|
|||
"versionId": "2.0",
|
||||
"list": "https://csnode.jclouds.org/extension"
|
||||
}
|
||||
]}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,32 @@
|
|||
{"users": [{"name": "admin", "enabled": true, "email": "admin@example.com", "id": "2b9b606181634ae9ac86fd95a8bc2cde", "tenantId": null}, {"name": "demo", "enabled": true, "email": "demo@example.com", "id": "667b2e1420604df8b67cd8ea57d4ee64", "tenantId": null}, {"name": "nova", "enabled": true, "email": "nova@example.com", "id": "e021dfd758eb44a89f1c57c8ef3be8e2", "tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"}, {"name": "glance", "enabled": true, "email": "glance@example.com", "id": "3f6c1c9ba993495ead7d2eb2192e284f", "tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"}]}
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"name": "admin",
|
||||
"enabled": true,
|
||||
"email": "admin@example.com",
|
||||
"id": "2b9b606181634ae9ac86fd95a8bc2cde",
|
||||
"tenantId": null
|
||||
},
|
||||
{
|
||||
"name": "demo",
|
||||
"enabled": true,
|
||||
"email": "demo@example.com",
|
||||
"id": "667b2e1420604df8b67cd8ea57d4ee64",
|
||||
"tenantId": null
|
||||
},
|
||||
{
|
||||
"name": "nova",
|
||||
"enabled": true,
|
||||
"email": "nova@example.com",
|
||||
"id": "e021dfd758eb44a89f1c57c8ef3be8e2",
|
||||
"tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"
|
||||
},
|
||||
{
|
||||
"name": "glance",
|
||||
"enabled": true,
|
||||
"email": "glance@example.com",
|
||||
"id": "3f6c1c9ba993495ead7d2eb2192e284f",
|
||||
"tenantId": "ab1da202f5774cceb5da2aeff1f0aa87"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"roles": [{"id": "79cada5c02814b57a52e0eed4dd388cb", "name": "admin"}]}
|
||||
{
|
||||
"roles": [
|
||||
{
|
||||
"id": "79cada5c02814b57a52e0eed4dd388cb",
|
||||
"name": "admin"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,16 @@
|
|||
{"roles": [{"id": "31c451195aac49b386039341e2c92a16", "name": "KeystoneServiceAdmin"}, {"id": "79cada5c02814b57a52e0eed4dd388cb", "name": "admin"}, {"id": "6ea17ddd37a6447794cb0e164d4db894", "name": "KeystoneAdmin"}]}
|
||||
{
|
||||
"roles": [
|
||||
{
|
||||
"id": "31c451195aac49b386039341e2c92a16",
|
||||
"name": "KeystoneServiceAdmin"
|
||||
},
|
||||
{
|
||||
"id": "79cada5c02814b57a52e0eed4dd388cb",
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "6ea17ddd37a6447794cb0e164d4db894",
|
||||
"name": "KeystoneAdmin"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{"user":{"id":"u1000","name":"jqsmith-renamed","email":"john.smith.renamed@example.org","enabled":false}}
|
||||
{
|
||||
"user": {
|
||||
"id": "u1000",
|
||||
"name": "jqsmith-renamed",
|
||||
"email": "john.smith.renamed@example.org",
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue