Merge "Fixed output example and removed TENANT= line bug 985638 Made further fixes to output example. Corrected mistakes from earlier commit."
This commit is contained in:
@@ -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 \
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user