Merge "Update Identity v3 to match spec"
This commit is contained in:
commit
6992d8554c
File diff suppressed because it is too large
Load Diff
@ -33,13 +33,31 @@
|
||||
>Version Discovery</link>.
|
||||
</para>
|
||||
<para>
|
||||
You must install the packages for each API separately. You can use the
|
||||
APIs and extensions after you authenticate through the Identity API:
|
||||
You must install the packages for each API separately.
|
||||
</para>
|
||||
<para>
|
||||
You can use the APIs and extensions after you authenticate through the
|
||||
Identity API. In exchange for a set of authentication credentials, the
|
||||
Identity service generates tokens. A token represents the
|
||||
authenticated identity of a user and, optionally, grants authorization
|
||||
on a specific project or domain.
|
||||
</para>
|
||||
<para>
|
||||
The body of an authentication request must include a payload that
|
||||
specifies the authentication method, which is
|
||||
<code>password</code> or <code>token</code>, the credentials, and,
|
||||
optionally, the authorization scope. You can scope a token to a
|
||||
project or domain, or the token can be unscoped. You cannot scope
|
||||
a token to both a project and domain.
|
||||
</para>
|
||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||
<wadl:resource
|
||||
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#tokens"
|
||||
/>
|
||||
<wadl:resource href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#tokens">
|
||||
<wadl:method href="#authenticatePasswordUnscoped"/>
|
||||
<wadl:method href="#authenticatePasswordExplicitUnscoped"/>
|
||||
<wadl:method href="#authenticatePasswordScoped"/>
|
||||
<wadl:method href="#authenticateTokenUnscoped"/>
|
||||
<wadl:method href="#authenticateTokenScoped"/>
|
||||
</wadl:resource>
|
||||
</wadl:resources>
|
||||
<para>To get started with the APIs, see the <link
|
||||
xlink:href="http://docs.openstack.org/api/quick-start/content/"
|
||||
|
@ -384,28 +384,28 @@
|
||||
</param>'>
|
||||
<!ENTITY expires_at-ResponseParameter '
|
||||
<param name="expires_at"
|
||||
style="plain" required="false"
|
||||
type="xsd:dateTime" xmlns="http://wadl.dev.java.net/2009/02">
|
||||
style="plain" required="true"
|
||||
type="xsd:dateTime" xmlns="http://wadl.dev.java.net/2009/02">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>
|
||||
The date and time when the token expires.
|
||||
</para>
|
||||
<para>
|
||||
The date and time stamp format is <link
|
||||
xlink:href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</link>:
|
||||
</para>
|
||||
<programlisting>CCYY-MM-DDThh:mm:ss±hh:mm</programlisting>
|
||||
<para>
|
||||
The <code>±hh:mm</code> value, if included, is the time zone as an
|
||||
offset from UTC.
|
||||
</para>
|
||||
<para>
|
||||
For example, <code>2015-08-27T09:49:58-05:00</code>.
|
||||
</para>
|
||||
<para>
|
||||
A <code>null</code> value indicates that the token never expires.
|
||||
</para>
|
||||
<para>
|
||||
The date and time when the token expires.
|
||||
</para>
|
||||
<para>
|
||||
The date and time stamp format is <link
|
||||
xlink:href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</link>:
|
||||
</para>
|
||||
<programlisting>CCYY-MM-DDThh:mm:ss±hh:mm</programlisting>
|
||||
<para>
|
||||
The <code>±hh:mm</code> value, if included, is the time zone as an
|
||||
offset from UTC.
|
||||
</para>
|
||||
<para>
|
||||
For example, <code>2015-08-27T09:49:58-05:00</code>.
|
||||
</para>
|
||||
<para>
|
||||
A <code>null</code> value indicates that the token never expires.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY issued_at-ResponseParameter '
|
||||
@ -503,6 +503,28 @@ type="xsd:dateTime" xmlns="http://wadl.dev.java.net/2009/02">
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY updatedResponseParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" name="updated" style="plain"
|
||||
required="true" type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
The date and time when the specification status last changed.
|
||||
</para>
|
||||
<para>
|
||||
The date and time stamp format is <link
|
||||
xlink:href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</link>:
|
||||
</para>
|
||||
<programlisting>CCYY-MM-DDThh:mm:ss±hh:mm</programlisting>
|
||||
<para>
|
||||
For example, <code>2015-08-27T09:49:58-05:00</code>.
|
||||
</para>
|
||||
<para>
|
||||
The <code>±hh:mm</code> value, if included, is the time zone as an offset from UTC.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY service-updated_at-ResponseParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" name="updated_at" style="plain"
|
||||
required="true" type="xsd:dateTime">
|
||||
|
@ -1 +0,0 @@
|
||||
POST /entities
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
DELETE /entities/{entity_id}
|
@ -1 +0,0 @@
|
||||
204 No Content
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
],
|
||||
"objects_links": {
|
||||
"self": "url",
|
||||
"next": "url",
|
||||
"previous": "url"
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
GET /entities/{entity_id}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
GET /entities
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"entities": [
|
||||
{
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "url",
|
||||
"next": "url",
|
||||
"previous": "url"
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
GET /entities?name={entity_name}&enabled={entity_enabled}
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"entities": [
|
||||
{
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "url",
|
||||
"next": "url",
|
||||
"previous": "url"
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
PATCH /entities/{entity_id}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"description": "string"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"entity": {
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"enabled": true,
|
||||
"links": {
|
||||
"self": "url"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"id": "414243",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/414243"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"id": "414243",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/414243"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"id": "414243",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/414243"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
[
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"id": "414243",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/414243"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
},
|
||||
{
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"id": "414243",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/414243"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "ec2",
|
||||
"user_id": "616263"
|
||||
}
|
||||
]
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"domain": {
|
||||
"description": "Domain description",
|
||||
"enabled": true,
|
||||
"id": "161718",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718"
|
||||
},
|
||||
"name": "myDomain"
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"domain": {
|
||||
"description": "my updated domain",
|
||||
"enabled": true,
|
||||
"name": "myUpdatedDomain"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"domain": {
|
||||
"description": "my updated domain",
|
||||
"enabled": true,
|
||||
"id": "161718",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718"
|
||||
},
|
||||
"name": "myUpdatedDomain"
|
||||
}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"domains": [
|
||||
{
|
||||
"description": "Domain description",
|
||||
"enabled": true,
|
||||
"id": "161718",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718"
|
||||
},
|
||||
"name": "myDomain"
|
||||
},
|
||||
{
|
||||
"description": "Another domain",
|
||||
"enabled": true,
|
||||
"id": "864369",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/864369"
|
||||
},
|
||||
"name": "anotherDomain"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"endpoint": {
|
||||
"id": "828384",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/828384"
|
||||
},
|
||||
"name": "the internal volume endpoint",
|
||||
"region_id": "north",
|
||||
"service_id": "686766",
|
||||
"url": "http://identity:35357/v3/endpoints/828384"
|
||||
}
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/16cc0008313544c198ed50f33ba863d1"
|
||||
},
|
||||
"url": "http://identity:8774/v2/$(tenant_id)s",
|
||||
"region": "RegionOne",
|
||||
"enabled": true,
|
||||
"interface": "public",
|
||||
"service_id": "b9e34f93ef0b459b94fbaf77fc9ee976",
|
||||
"id": "16cc0008313544c198ed50f33ba863d1"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "Developers cleared for work on secret projects",
|
||||
"domain_id": "161718",
|
||||
"name": "Secure Developers"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "Developers cleared for work on secret projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
},
|
||||
"name": "Secure Developers"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "Developers cleared for work on secret projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
},
|
||||
"name": "Secure Developers"
|
||||
}
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"default_project_id": "414345",
|
||||
"description": "a user",
|
||||
"domain_id": "161718",
|
||||
"email": "user@example.com",
|
||||
"enabled": true,
|
||||
"id": "313233",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/313233"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"default_project_id": "414345",
|
||||
"description": "another user",
|
||||
"domain_id": "161718",
|
||||
"email": "user@example.com",
|
||||
"enabled": true,
|
||||
"id": "313233",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/313233"
|
||||
},
|
||||
"name": "someone"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112/users",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "my updated group",
|
||||
"name": "myUpdatedGroup"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "my updated group",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
},
|
||||
"name": "myUpdatedGroup"
|
||||
}
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"description": "Developers cleared for work on all general projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
},
|
||||
"name": "Developers"
|
||||
},
|
||||
{
|
||||
"description": "Developers cleared for work on secret projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101113",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101113"
|
||||
},
|
||||
"name": "Secure Developers"
|
||||
},
|
||||
{
|
||||
"description": "Testers cleared for work on all general projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101114",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101114"
|
||||
},
|
||||
"name": "Testers"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies",
|
||||
"previous": null,
|
||||
"next": null
|
||||
},
|
||||
"policies": [
|
||||
{
|
||||
"type": "application/json",
|
||||
"id": "ea578b7ac0604b699d255e62d07677db",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/ea578b7ac0604b699d255e62d07677db"
|
||||
},
|
||||
"blob": "{'foobar_user': 'role:compute-user'}"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"project": {
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "456789",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789"
|
||||
},
|
||||
"name": "myNewProject"
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"project": {
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "456789",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789"
|
||||
},
|
||||
"name": "myNewProject"
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"roles": [
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789/users/313233/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"project": {
|
||||
"description": "My updated project",
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "263fd9",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/263fd9"
|
||||
},
|
||||
"name": "myUpdatedProject"
|
||||
}
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "263fd9",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/projects/263fd9"
|
||||
},
|
||||
"name": "Test Group"
|
||||
},
|
||||
{
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "50ef01",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/projects/50ef01"
|
||||
},
|
||||
"name": "Build Group"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/9fe1d3/projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"credential": {
|
||||
"blob": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
||||
"id": "80239a",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/credentials/80239a"
|
||||
},
|
||||
"project_id": "263fd9",
|
||||
"type": "ec2",
|
||||
"user_id": "0ca8f6"
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"domain": {
|
||||
"enabled": true,
|
||||
"id": "1789d1",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/1789d1"
|
||||
},
|
||||
"name": "example.com"
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"endpoint": {
|
||||
"enabled": true,
|
||||
"id": "6fedc0",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/6fedc0"
|
||||
},
|
||||
"region": "north",
|
||||
"service_id": "ee057c",
|
||||
"url": "http://identity:35357/"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"group": {
|
||||
"description": "Developers cleared for work on all general projects",
|
||||
"domain_id": "1789d1",
|
||||
"id": "70febc",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/70febc"
|
||||
},
|
||||
"name": "Developers"
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"policy": {
|
||||
"blob": "{\"default\": false}",
|
||||
"id": "c41a4c",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/c41a4c"
|
||||
},
|
||||
"type": "application/json"
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"project": {
|
||||
"domain_id": "1789d1",
|
||||
"parent_id": "123c56",
|
||||
"enabled": true,
|
||||
"id": "263fd9",
|
||||
"name": "project-x",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/263fd9"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"role": {
|
||||
"id": "76e72a",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/76e72a"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"service": {
|
||||
"enabled": true,
|
||||
"id": "ee057c",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/services/ee057c"
|
||||
},
|
||||
"name": "Keystone",
|
||||
"type": "identity"
|
||||
}
|
||||
}
|
@ -1,24 +0,0 @@
|
||||
{
|
||||
"token": {
|
||||
"expires_at": "2013-02-27T18:30:59.999999Z",
|
||||
"issued_at": "2013-02-27T16:30:59.999999Z",
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "1789d1",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/1789d1"
|
||||
},
|
||||
"name": "example.com"
|
||||
},
|
||||
"email": "joe@example.com",
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
},
|
||||
"name": "Joe"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"user": {
|
||||
"default_project_id": "263fd9",
|
||||
"domain_id": "1789d1",
|
||||
"email": "joe@example.com",
|
||||
"enabled": true,
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
},
|
||||
"name": "Joe"
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"region": {
|
||||
"description": "US West Subregion 1",
|
||||
"parent_region_id": "829551"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"region": {
|
||||
"description": "US West Subregion 1",
|
||||
"id": "8ebd7f",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/regions/8ebd7f",
|
||||
"child_regions": "https://identity:35357/v3/regions?parent_region_id=8ebd7f"
|
||||
},
|
||||
"parent_region_id": "829551"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"region": {
|
||||
"description": "US Southwest Region",
|
||||
"id": "us-southwest",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/regions/us-southwest",
|
||||
"child_regions": "http://identity:35357/v3/regions?parent_region_id=us-southwest"
|
||||
},
|
||||
"parent_region_id": "us-west-coast"
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"region": {
|
||||
"description": "US Southwest Subregion",
|
||||
"parent_region_id": "us-southwest"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"region": {
|
||||
"description": "US Southwest Subregion",
|
||||
"id": "us-southwest-1",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/regions/us-southwest-1",
|
||||
"child_regions": "https://identity:35357/v3/regions?parent_region_id=us-southwest-1"
|
||||
},
|
||||
"parent_region_id": "us-southwest"
|
||||
}
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"regions": [
|
||||
{
|
||||
"description": "US East Region",
|
||||
"id": "us-east",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/regions/us-east",
|
||||
"child_regions": "https://identity:35357/v3/regions?parent_region_id=us-east"
|
||||
},
|
||||
"parent_region_id": "us-east-coast"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/regions",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"signed": "-----BEGIN CMS-----\nMIICGwYJKoZIhvcNAQcCoIICDDCCAggCAQExDTALBglghkgBZQMEAgEwawYJKoZI\nhvcNAQcBoF4EXHsicmV2b2tlZCI6IFt7ImV4cGlyZXMiOiAiMjAxNC0xMi0wMlQx\nNzowMDowOVoiLCAiaWQiOiAiODhiMjRmOTI5OTk0NGU1ZjhkODE0MDNjYzMyY2M5\nMmUifV19MYIBhTCCAYECAQEwXDBXMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVW5z\nZXQxDjAMBgNVBAcMBVVuc2V0MQ4wDAYDVQQKDAVVbnNldDEYMBYGA1UEAwwPd3d3\nLmV4YW1wbGUuY29tAgEBMAsGCWCGSAFlAwQCATANBgkqhkiG9w0BAQEFAASCAQA3\nc8EI58ZXtqkyuUWqLPJZdB5v7Ou978w22YkOsgL5ruUpQiWdhdgvL/sxqd7OPqi7\nZZV3N+io+z1m4uAiSbriumv7HOEnIUEAUhK4G0kw5kAAg4j50c0Omdiqdq75k0j/\nJPoRCXa8ieb0X87zhgfIq7ze/HZ7E2LoO20us3AEzmglNv023qgGcsSGPAUIHWN5\nloonPtgztiwVbmS2gs3Z9JB73mxEBviCX4CZEU/sNpchAzI/53tscKlqlzv+GBcm\n1dYP3hEZn3twFRI9zos4hTwFkUivn6D3qgQB684sVrvKlzOCIqOKVGGYVSy/FQLE\nWwQ5u58ZD8ohaJPu2Q6l\n-----END CMS-----\n"
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"role": {
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
},
|
||||
"name": "developer"
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/131415"
|
||||
},
|
||||
"name": "developer"
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"role": {
|
||||
"name": "a new role name"
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/131415"
|
||||
},
|
||||
"name": "developer"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"roles": [
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"service": {
|
||||
"type": "volume"
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"service": {
|
||||
"enabled": true,
|
||||
"id": "686766",
|
||||
"links": {
|
||||
"self": "http://identity:5000/v3/services/686766"
|
||||
},
|
||||
"type": "volume"
|
||||
}
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"type": "volume"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"service": {
|
||||
"id": "686766",
|
||||
"type": "volume"
|
||||
}
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:5000/v3/services"
|
||||
},
|
||||
"services": [
|
||||
{
|
||||
"description": "Keystone Identity Service",
|
||||
"enabled": true,
|
||||
"id": "686766",
|
||||
"links": {
|
||||
"self": "http://identity:5000/v3/services/686766"
|
||||
},
|
||||
"name": "keystone",
|
||||
"type": "identity"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "936521",
|
||||
"links": {
|
||||
"self": "http://identity:5000/v3/services/936521"
|
||||
},
|
||||
"type": "volume"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"error": {
|
||||
"code": 401,
|
||||
"message": "The request you have made requires authentication",
|
||||
"title": "Not Authorized"
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"error": {
|
||||
"code": 401,
|
||||
"identity": {
|
||||
"methods": [
|
||||
"password",
|
||||
"token",
|
||||
"challenge-response"
|
||||
]
|
||||
},
|
||||
"message": "Need to authenticate with one or more supported methods",
|
||||
"title": "Not Authorized"
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"error": {
|
||||
"code": 401,
|
||||
"identity": {
|
||||
"challenge-response": {
|
||||
"challenge": "What was the zip code of your birthplace?",
|
||||
"session_id": "123456"
|
||||
},
|
||||
"methods": [
|
||||
"challenge-response"
|
||||
]
|
||||
},
|
||||
"message": "Additional authentications steps required.",
|
||||
"title": "Not Authorized"
|
||||
}
|
||||
}
|
@ -1,66 +0,0 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"id": "9fe2ff9ee4384b1894a90878d3e92bab",
|
||||
"name": "_member_"
|
||||
},
|
||||
{
|
||||
"id": "c703057be878458588961ce9a0ce686b",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"expires_at": "2014-06-10T2:55:16.806001Z",
|
||||
"project": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "8538a3f13f9541b28c2620eb19065e45",
|
||||
"name": "admin"
|
||||
},
|
||||
"catalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"url": "http://localhost:3537/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "29beb2f1567642eb810b042b6719ea88"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "8707e3735d4415c97ae231b4841eb1c"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "ef303187fc8d41668f25199c298396a5"
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"id": "bd73972c0e14fb69bae8ff76e112a90",
|
||||
"name": "keystone"
|
||||
}
|
||||
],
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "3ec3164f750146be97f21559ee4d9c51",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"yRt0UrxJSs6-WYJgwEMMmg"
|
||||
],
|
||||
"issued_at": "201406-10T20:55:16.806027Z"
|
||||
}
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"auth": {
|
||||
"identity": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"domain": {
|
||||
"name": "example.com"
|
||||
},
|
||||
"name": "Joe",
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"auth": {
|
||||
"identity": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"project": {
|
||||
"domain": {
|
||||
"name": "example.com"
|
||||
},
|
||||
"name": "project-x"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"auth": {
|
||||
"identity": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"project": {
|
||||
"domain": {
|
||||
"id": "1789d1"
|
||||
},
|
||||
"name": "project-x"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,58 +0,0 @@
|
||||
{
|
||||
"token": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"id": "c703057be878458588961ce9a0ce686b",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"expires_at": "2014-06-10T21:52:58.852167Z",
|
||||
"catalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"url": "http://localhost:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "29beb2f1567642eb810b042b6719ea88"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "87057e3735d4415c97ae231b4841eb1c"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "ef303187fc8d41668f25199c298396a5"
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"id": "bd7397d2c0e14fb69bae8ff76e112a90",
|
||||
"name": "keystone"
|
||||
}
|
||||
],
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "3ec3164f750146be97f21559ee4d9c51",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"Xpa6Uyn-T9S6mTREudUH3w"
|
||||
],
|
||||
"issued_at": "2014-06-10T20:52:58.852194Z"
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"token": {
|
||||
"audit_ids": [
|
||||
"ECwrVNWbSCqmEgPnu0YCRw"
|
||||
],
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"id": "c703057be878458588961ce9a0ce686b",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"expires_at": "2014-06-10T21:40:14.360795Z",
|
||||
"project": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "3d4c2c82bd5948f0bcab0cf3a7c9b48c",
|
||||
"name": "demo"
|
||||
},
|
||||
"catalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"url": "http://localhost:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "29beb2f1567642eb810b042b6719ea88"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "87057e3735d4415c97ae231b4841eb1c"
|
||||
},
|
||||
{
|
||||
"url": "http://localhost:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "ef303187fc8d41668f25199c298396a5"
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"id": "bd7397d2c0e14fb69bae8ff76e112a90",
|
||||
"name": "keystone"
|
||||
}
|
||||
],
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "3ec3164f750146be97f21559ee4d9c51",
|
||||
"name": "admin"
|
||||
},
|
||||
"issued_at": "2014-06-10T20:40:14.360822Z"
|
||||
}
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"default_project_id": "263fd9",
|
||||
"description": "Admin user",
|
||||
"domain_id": "1789d1",
|
||||
"email": "admin@example.com",
|
||||
"enabled": true,
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/0ca8f6"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"default_project_id": "263fd9",
|
||||
"description": "John Smith's user",
|
||||
"domain_id": "1789d1",
|
||||
"email": "jsmith@example.com",
|
||||
"enabled": true,
|
||||
"id": "9fe1d3",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/9fe1d3"
|
||||
},
|
||||
"name": "jsmith"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -6,15 +6,11 @@
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secretsecret"
|
||||
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
||||
"password": "devstacker"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"domain": {
|
||||
"id": "263fd9"
|
||||
}
|
||||
}
|
||||
"scope": "unscoped"
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"expires_at": "2015-11-09T01:42:57.527363Z",
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"lC2Wj1jbQe-dLjLyOx4qPQ"
|
||||
],
|
||||
"issued_at": "2015-11-09T00:42:57.527404Z"
|
||||
}
|
||||
}
|
@ -6,14 +6,14 @@
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secretsecret"
|
||||
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
||||
"password": "devstacker"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"project": {
|
||||
"id": "263fd9"
|
||||
"id": "a6944d763bf64ee6a275f1263fae0352"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,401 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"id": "51cc68287d524c759f47c811e6463340",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"expires_at": "2015-11-07T02:58:43.578887Z",
|
||||
"project": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "a6944d763bf64ee6a275f1263fae0352",
|
||||
"name": "admin"
|
||||
},
|
||||
"catalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "068d1b359ee84b438266cb736d81de97"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "8bfc846841ab441ca38471be6d164ced"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "beb6d358c3654b4bada04d4663b640b9"
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"id": "050726f278654128aba89757ae25950c",
|
||||
"name": "keystone"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "ae36c0dbb0634e1dbf711f9fc2359975"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "d286b51530144d90a4de52d214d3ad1e"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "d6e681dd4aab4ae5a0937ed60bb4ae33"
|
||||
}
|
||||
],
|
||||
"type": "compute_legacy",
|
||||
"id": "1c4bfbabe3b346b1bbe27a4b3258964f",
|
||||
"name": "nova_legacy"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "2dce7429526e44808235fe918063a914"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "a9a9929e6dc645c882ac1abd8bf73d38"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "c7d5f958df7f4c8da84db91094bdc198"
|
||||
}
|
||||
],
|
||||
"type": "volumev2",
|
||||
"id": "202382a1b8a94210bb3120af958092c4",
|
||||
"name": "cinderv2"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "29b58f1406804c8180ccc01793ff8038"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080/v1/AUTH_a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "4c2c2968008c4e77973a5922e192d982"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080/v1/AUTH_a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "f6e7b28008bf41eaa114176a15ac1410"
|
||||
}
|
||||
],
|
||||
"type": "object-store",
|
||||
"id": "52fecdef9ad543779c1312392cc2b115",
|
||||
"name": "swift"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "6a2840dc63bf433592cd8bca2183eb3c"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "7967cf45f8ab439a80cf24420e5ffd0e"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "84943ce595264303bd44e5d6d79bea7b"
|
||||
}
|
||||
],
|
||||
"type": "network",
|
||||
"id": "67b993549db94296a853d635b48db3c9",
|
||||
"name": "neutron"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "2896609ef89741148bbd8c93babf5a12"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "30de385478fe4325849f98d1e45bc5e6"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "41256dc4b3c942daa383f940a9a56536"
|
||||
}
|
||||
],
|
||||
"type": "messaging",
|
||||
"id": "6fc9cc3e6b3843b899478554f9e297d3",
|
||||
"name": "zaqar"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "07ea5fe3ae784001a73f131fb1764bf4"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "31e709ecb15d4881806dbced4eb3e60e"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "a0c2a150a6ae4bbc85f1d428b9d78a1b"
|
||||
}
|
||||
],
|
||||
"type": "messaging-websocket",
|
||||
"id": "816031f798cc4ac7879eda0cf9cf033a",
|
||||
"name": "zaqar-websocket"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "24df0277c2b6499ea6051bea8c59ff74"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "438f4b3f3c314bbf988f1442cc3ddfa5"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "90a1c9fab54c452fa02a59ff87165029"
|
||||
}
|
||||
],
|
||||
"type": "ec2",
|
||||
"id": "915e2a8b1f314d55bba28432c9d5c1de",
|
||||
"name": "ec2"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "2511589f262a407bb0071a814a480af4"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "9cf9209ae4fc4673a7295611001cf0ae"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "d200b2509e1343e3887dcc465b4fa534"
|
||||
}
|
||||
],
|
||||
"type": "compute",
|
||||
"id": "a226b3eeb5594f50bf8b6df94636ed28",
|
||||
"name": "nova"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "bf2fe80c2a614e438d3e55b00e85b9ff"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "bfc9615fc24e4045aaf719f060984bf1"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "c76cf9930b0f4ccea6b1157f80119cfc"
|
||||
}
|
||||
],
|
||||
"type": "orchestration",
|
||||
"id": "a5f7070bda40443fa3819fbdf1689af1",
|
||||
"name": "heat"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "3e321c2c6fa04152b3e86c18b91b93ae"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "55aef0f2557449d4946dc9461b73a63b"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/a6944d763bf64ee6a275f1263fae0352",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "7c91a66a200e458ca6e4e00fddf4d98b"
|
||||
}
|
||||
],
|
||||
"type": "volume",
|
||||
"id": "b6b5edc3fc384b6787149e91b3b31988",
|
||||
"name": "cinder"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "512c10d230874ad295662157eeab0135"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "614b1ab241da47a8b3a4e8f67b771446"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "9cef78a4286c42f3b977fbe4d5f927a6"
|
||||
}
|
||||
],
|
||||
"type": "image",
|
||||
"id": "d512f8860c0f45cf99b1c3cef86cfd97",
|
||||
"name": "glance"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "7f776d5a83d346b48e519555362b1da6"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "8303a7225a2d439fa39905c6a20202c3"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "942fa998d1c644e0b0c085d5a0995a13"
|
||||
}
|
||||
],
|
||||
"type": "cloudformation",
|
||||
"id": "ed0805af6ee54a19ad7e5add8465ac41",
|
||||
"name": "heat-cfn"
|
||||
}
|
||||
],
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"3T2dc1CGQxyJsHdDu1xkcw"
|
||||
],
|
||||
"issued_at": "2015-11-07T01:58:43.578929Z"
|
||||
}
|
||||
}
|
@ -6,8 +6,8 @@
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secretsecret"
|
||||
"id": "423f19a4ac1e4f48bbb4180756e6eb6c",
|
||||
"password": "devstacker"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"password"
|
||||
],
|
||||
"expires_at": "2015-11-06T15:32:17.893769Z",
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "423f19a4ac1e4f48bbb4180756e6eb6c",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"ZzZwkUflQfygX7pdYDBCQQ"
|
||||
],
|
||||
"issued_at": "2015-11-06T14:32:17.893797Z"
|
||||
}
|
||||
}
|
@ -6,11 +6,11 @@
|
||||
],
|
||||
"password": {
|
||||
"user": {
|
||||
"name": "admin",
|
||||
"domain": {
|
||||
"id": "1789d1"
|
||||
"id": "default"
|
||||
},
|
||||
"name": "Joe",
|
||||
"password": "secretsecret"
|
||||
"password": "devstacker"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
HTTP/1.1 201 Created
|
||||
Date: Fri, 06 Nov 2015 14:29:56 GMT
|
||||
Server: Apache/2.4.7 (Ubuntu)
|
||||
X-Subject-Token: ffe47524401e4d61adc7310f7e5b6191
|
||||
Vary: X-Auth-Token
|
||||
x-openstack-request-id: req-f2f3f6ca-e342-4cd8-bc12-71a5436ef5fc
|
||||
Content-Length: 297
|
||||
Content-Type: application/json
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"auth": {
|
||||
"identity": {
|
||||
"methods": [
|
||||
"token"
|
||||
],
|
||||
"token": {
|
||||
"id": "'$OS_TOKEN'"
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"project": {
|
||||
"id": "5b50efd009b540559104ee3c03bbb2b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,401 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"token"
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
"id": "5090055d6bd547dc83e0e8f070803708",
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"expires_at": "2015-11-05T22:00:11.000000Z",
|
||||
"project": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "5b50efd009b540559104ee3c03bbb2b7",
|
||||
"name": "admin"
|
||||
},
|
||||
"catalog": [
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "b2605da9b25943beb49b2bd86aca2202"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "c4d1184caf8c4351bff4bf502a09684e"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9292",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "cd73bda89e3948738c2721a8c3acac54"
|
||||
}
|
||||
],
|
||||
"type": "image",
|
||||
"id": "495df2483dc145dbb6b34bfbdd787aae",
|
||||
"name": "glance"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "7d03218a7f4246e8b9e3992318bf5397"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "9ad7f8ce438c4212b8aac930bca04c86"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8773/",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "d84aad1a45c44e4da09b719167383049"
|
||||
}
|
||||
],
|
||||
"type": "ec2",
|
||||
"id": "54204024bb7d4665a8efc34fc758f1f7",
|
||||
"name": "ec2"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "1077687c18514490a3ec980eadd1bd13"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "1e86d8bef1514c3fba8d157a22ccce88"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9000",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "f6a6b7bbba66443ead3a0e31a008c271"
|
||||
}
|
||||
],
|
||||
"type": "messaging-websocket",
|
||||
"id": "6b8655af7d044a15bec3cdca4f2919f8",
|
||||
"name": "zaqar-websocket"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "083663fd231e40ad97384ad3efb9f1b7"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "0f4b7054ea27450eac43f685a4fc1d2c"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8004/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "5f3ea39df2e44378b1802a1a87ef9ac4"
|
||||
}
|
||||
],
|
||||
"type": "orchestration",
|
||||
"id": "6d6346ff2ca842e5968373fbb93e231f",
|
||||
"name": "heat"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "bc2230a70d6a444e9fba75b85fbda41b"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "d8102dc2b9984d04b30b91b0a6037470"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2.1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "f8253a53edd749bf8b107a53a5d47a82"
|
||||
}
|
||||
],
|
||||
"type": "compute",
|
||||
"id": "75df965385cc4120a17110c1fde00182",
|
||||
"name": "nova"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:35357/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "0ceeb58592274caea5bc942a07d5473f"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "8126f2c7021d413e9c98ec3a0ba0fd58"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "c693879254544e3fb502e795a3f6acc8"
|
||||
}
|
||||
],
|
||||
"type": "identity",
|
||||
"id": "78aad571d38049e69c866c2abac76af6",
|
||||
"name": "keystone"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "3654138dc64a45aeb5a8153f2a089c74"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "7a0d12d0b7314afd9b53d1618ab546ea"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v1/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "82b68ff3aedb43e2acc8307234d3fd0b"
|
||||
}
|
||||
],
|
||||
"type": "volume",
|
||||
"id": "80491007c0ab462daaa9087250325f59",
|
||||
"name": "cinder"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "24dfa252fba64469b8b1a832f04bded9"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "e0a01d6cd3be4f6abcc72367b2d87993"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8000/v1",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "f33f79d42df247e1bf6daf43a548b014"
|
||||
}
|
||||
],
|
||||
"type": "cloudformation",
|
||||
"id": "ac5cc6e3c62840818ab338c981d5603f",
|
||||
"name": "heat-cfn"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "3e78c357b3c8469fbea12eb681f88a0c"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "89d2aad3dc8e478fbabb21dd7db0962a"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:9696/",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "b6d4a8cf5e4042848a749a3116497e55"
|
||||
}
|
||||
],
|
||||
"type": "network",
|
||||
"id": "b33660edd1eb45e485f7e5f14401a739",
|
||||
"name": "neutron"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "1f8287cf963948778ab0eb109d9f857d"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "3adf5f9cc5184d92af5ff0fdef043e4a"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8888",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "f747223060b3414f947fdcdca2ce8714"
|
||||
}
|
||||
],
|
||||
"type": "messaging",
|
||||
"id": "cf3e38e9aed54e2d84ea64485317d7a0",
|
||||
"name": "zaqar"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "08f507ccb552476b98f3af7718f25557"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "d20091ba591347b2b419e5fbde9b7976"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8774/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "e6b667776e7245dea6e39f2820e080b0"
|
||||
}
|
||||
],
|
||||
"type": "compute_legacy",
|
||||
"id": "d442e96b273a48018567aeec5800c3e0",
|
||||
"name": "nova_legacy"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "012c78a6694a494995c58d5955fb7822"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "802d5de210874f068ba31c7e27c29d70"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8776/v2/5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "b37ada66e02e44c9a9a7976d77365503"
|
||||
}
|
||||
],
|
||||
"type": "volumev2",
|
||||
"id": "d93e78c7967f49acbdd732b9dd97e0d0",
|
||||
"name": "cinderv2"
|
||||
},
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080/v1/AUTH_5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "265ce88a0e1642fc90b2ec20ccb279ff"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "500b7f066d39492faff8a3f710fb5a2f"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:8080/v1/AUTH_5b50efd009b540559104ee3c03bbb2b7",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "a33b0684f817405280df1f5600777a75"
|
||||
}
|
||||
],
|
||||
"type": "object-store",
|
||||
"id": "da1b1b5c529946fcb3ee3abdcf376fcb",
|
||||
"name": "swift"
|
||||
}
|
||||
],
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "10a2e6e717a245d9acad3e5f97aeca3d",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"wLc7nDMsQiKqf8VFU4ySpg"
|
||||
],
|
||||
"issued_at": "2015-11-05T21:32:30.505384Z"
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"token": {
|
||||
"methods": [
|
||||
"token"
|
||||
],
|
||||
"expires_at": "2015-11-05T22:00:11.000000Z",
|
||||
"extras": {},
|
||||
"user": {
|
||||
"domain": {
|
||||
"id": "default",
|
||||
"name": "Default"
|
||||
},
|
||||
"id": "10a2e6e717a245d9acad3e5f97aeca3d",
|
||||
"name": "admin"
|
||||
},
|
||||
"audit_ids": [
|
||||
"mAjXQhiYRyKwkB4qygdLVg"
|
||||
],
|
||||
"issued_at": "2015-11-05T21:00:33.819948Z"
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"credential": {
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"id": "3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\": \"a42a27755ce6442596b049bd7dd8a563\", \"secret\": \"71faf1d40bb24c82b479b1c6fbbd9f0c\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
"type": "ec2",
|
||||
"id": "207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"credential": {
|
||||
"blob": "{\"access\":\"181920\",\"secrete\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secrete\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"id": "207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
}
|
||||
}
|
@ -0,0 +1,109 @@
|
||||
{
|
||||
"credentials": [
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\": \"a42a27755ce6442596b049bd7dd8a563\", \"secret\": \"71faf1d40bb24c82b479b1c6fbbd9f0c\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
"type": "ec2",
|
||||
"id": "207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
{
|
||||
"user_id": "6f556708d04b4ea6bc72d7df2296b71a",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/2441494e52ab6d594a34d74586075cb299489bdd1e9389e3ab06467a4f460609"
|
||||
},
|
||||
"blob": "{\"access\": \"7da79ff0aa364e1396f067e352b9b79a\", \"secret\": \"7a18d68ba8834b799d396f3ff6f1e98c\", \"trust_id\": null}",
|
||||
"project_id": "1a1d14690f3c4ec5bf5f321c5fde3c16",
|
||||
"type": "ec2",
|
||||
"id": "2441494e52ab6d594a34d74586075cb299489bdd1e9389e3ab06467a4f460609"
|
||||
},
|
||||
{
|
||||
"user_id": "c14107e65d5c4a7f8894fc4b3fc209ff",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3397b204b5f04c495bcdc8f34c8a39996f280f9172658241873e15f070ec79d7"
|
||||
},
|
||||
"blob": "{\"access\": \"db9c58a558534a10a070110de4f9f20c\", \"secret\": \"973e790b88db447ba6f93bca02bc745b\", \"trust_id\": null}",
|
||||
"project_id": "7396e43183db40dcbf40dd727637b548",
|
||||
"type": "ec2",
|
||||
"id": "3397b204b5f04c495bcdc8f34c8a39996f280f9172658241873e15f070ec79d7"
|
||||
},
|
||||
{
|
||||
"user_id": "915cc5f8cca6466aba6c6be06cbabfdf",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/352d5dd7a4aa19c4f2f23ee288bf65dc23a0bc293f40ffd2128ffe6a8cf3e871"
|
||||
},
|
||||
"blob": "{\"access\": \"817c6c3487a440c1a0b1d3f92b30ca37\", \"secret\": \"47d681117d1c46e69a0c9ec811dae2e9\", \"trust_id\": null}",
|
||||
"project_id": "2bf9767f9db949ee8364262a28a23062",
|
||||
"type": "ec2",
|
||||
"id": "352d5dd7a4aa19c4f2f23ee288bf65dc23a0bc293f40ffd2128ffe6a8cf3e871"
|
||||
},
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"id": "3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
},
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/6b7d803fc03b85866904b6b79e0a8fa1f4013b584163b4477eed96717eb402c0"
|
||||
},
|
||||
"blob": "{\"access\": \"f2ba45670b504a518b46e920d760fde2\", \"secret\": \"bf7fff2b3a844730b2db793411756e55\", \"trust_id\": null}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"id": "6b7d803fc03b85866904b6b79e0a8fa1f4013b584163b4477eed96717eb402c0"
|
||||
},
|
||||
{
|
||||
"user_id": "2b657f6742ac416697e6821b3b2ee785",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/7d391b869631e5c4836708ea3bb3e0a5cbe0481201b5f0ddd5685ad3b3faa564"
|
||||
},
|
||||
"blob": "{\"access\": \"a1525da4e7c0438ebf3058372d637b59\", \"secret\": \"c9165d2542b141e8b2a1ff61a5f5487c\", \"trust_id\": null}",
|
||||
"project_id": "2bf9767f9db949ee8364262a28a23062",
|
||||
"type": "ec2",
|
||||
"id": "7d391b869631e5c4836708ea3bb3e0a5cbe0481201b5f0ddd5685ad3b3faa564"
|
||||
},
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/7ef4faa904ae7b8b4ddc7bad15b05ee359dad7d7a9b82861d4ad92fdbbb2eb4e"
|
||||
},
|
||||
"blob": "{\"access\": \"7d7559359b57419eb5f5f5dcd65ab57d\", \"secret\": \"570652bcf8c2483c86eb29e9734eed3c\", \"trust_id\": null}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
"type": "ec2",
|
||||
"id": "7ef4faa904ae7b8b4ddc7bad15b05ee359dad7d7a9b82861d4ad92fdbbb2eb4e"
|
||||
},
|
||||
{
|
||||
"user_id": "aedb193e9bb8400485f8d8426f7a031f",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/9c1c428d8e0e8338a5e16489ecfff9962f2b00f984ce4c7e9015e4003f478df8"
|
||||
},
|
||||
"blob": "{\"access\": \"b3a6e5f4427c47e9b202264d91a19e49\", \"secret\": \"d9eb470f503f4b46932de38db7a79402\", \"trust_id\": null}",
|
||||
"project_id": "a2672ecf9dd34c6980448b25a47e0947",
|
||||
"type": "ec2",
|
||||
"id": "9c1c428d8e0e8338a5e16489ecfff9962f2b00f984ce4c7e9015e4003f478df8"
|
||||
},
|
||||
{
|
||||
"user_id": "c14107e65d5c4a7f8894fc4b3fc209ff",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/e2c35ac2becb0fca3c3c2f035692a4f46a9cbf3b6e86c8a47f5aafe837d78a05"
|
||||
},
|
||||
"blob": "{\"access\": \"1ed843b1bd4a409f9562400085adbaa4\", \"secret\": \"236ab24db1f04ec995fcf618ed4fc0f5\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
"type": "ec2",
|
||||
"id": "e2c35ac2becb0fca3c3c2f035692a4f46a9cbf3b6e86c8a47f5aafe837d78a05"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"identity": {
|
||||
"driver": "keystone.identity.backends.ldap.Identity"
|
||||
},
|
||||
"ldap": {
|
||||
"url": "http://myldap/root",
|
||||
"user_tree_dn": "ou=Users,dc=root,dc=org"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"ldap": {
|
||||
"url": "http://myldap/root",
|
||||
"user_tree_dn": "ou=Users,dc=root,dc=org"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user