Skip to content

Commit

Permalink
Fixed output example and removed TENANT= line
Browse files Browse the repository at this point in the history
bug 985638
Made further fixes to output example.
Corrected mistakes from earlier commit.

Change-Id: I2af7e21d40d7744fc53af2eb9f0bf6761cc6780d
  • Loading branch information
Karin Levenstein committed Apr 24, 2012
1 parent db5c322 commit 855e978
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions doc/src/docbkx/openstack-install/identity-install-keystone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,7 @@ service-create \
| name | nova |
| type | compute |
+-------------+----------------------------------+
</computeroutput>
<prompt>$</prompt> <userinput>TENANT=eb7e0c10a99446cfa14c244374549e9d</userinput>
</computeroutput>
<prompt>$</prompt> <userinput>keystone --token 012345SECRET99TOKEN012345 \
--endpoint http://192.168.206.130:35357/v2.0/ \
endpoint-create \
Expand All @@ -404,16 +403,16 @@ endpoint-create \
--publicurl='http://192.168.206.130:8774/v2/%(tenant_id)s' \
--internalurl='http://192.168.206.130:8774/v2/%(tenant_id)s' \
--adminurl='http://192.168.206.130:8774/v2/%(tenant_id)s'</userinput>
<computeroutput>+-------------+-----------------------------------------------------------------+
| Property | Value |
+-------------+-----------------------------------------------------------------+
| adminurl | http://192.168.206.130:8774/v2/eb7e0c10a99446cfa14c244374549e9d |
| id | 935fd37b6fa74b2f9fba6d907fa95825 |
| internalurl | http://192.168.206.130:8774/v2/eb7e0c10a99446cfa14c244374549e9d |
| publicurl | http://192.168.206.130:8774/v2/eb7e0c10a99446cfa14c244374549e9d |
| region | RegionOne |
| service_id | abc0f03c02904c24abdcc3b7910e2eed |
+-------------+-----------------------------------------------------------------+
<computeroutput>+-------------+---------------------------------------------+
| Property | Value |
+-------------+---------------------------------------------+
| adminurl | http://192.168.206.130:8774/v2/(tenant_id)s |
| id | 935fd37b6fa74b2f9fba6d907fa95825 |
| internalurl | http://192.168.206.130:8774/v2/(tenant_id)s |
| publicurl | http://192.168.206.130:8774/v2/(tenant_id)s |
| region | RegionOne |
| service_id | abc0f03c02904c24abdcc3b7910e2eed |
+-------------+---------------------------------------------+
</computeroutput>
</screen>

Expand Down

0 comments on commit 855e978

Please sign in to comment.