Document correction in quick_start.rst
I cannot do name resolution of "controller" in the example, because I cannot understand that the "controller" is variable. So I think that the "controller" should be written between % and %. Change-Id: I133bd85c9e1c3a8f491e97f251f17b86642e3a48
This commit is contained in:
@@ -165,41 +165,41 @@ Result::
|
|||||||
|
|
||||||
$ keystone endpoint-create \
|
$ keystone endpoint-create \
|
||||||
--service-id $(keystone service-list | awk '/ share / {print $2}') \
|
--service-id $(keystone service-list | awk '/ share / {print $2}') \
|
||||||
--publicurl http://controller:8786/v1/%\(tenant_id\)s \
|
--publicurl http://%controller%:8786/v1/%\(tenant_id\)s \
|
||||||
--internalurl http://controller:8786/v1/%\(tenant_id\)s \
|
--internalurl http://%controller%:8786/v1/%\(tenant_id\)s \
|
||||||
--adminurl http://controller:8786/v1/%\(tenant_id\)s \
|
--adminurl http://%controller%:8786/v1/%\(tenant_id\)s \
|
||||||
--region regionOne
|
--region regionOne
|
||||||
|
|
||||||
$ keystone endpoint-create \
|
$ keystone endpoint-create \
|
||||||
--service-id $(keystone service-list | awk '/ sharev2 / {print $2}') \
|
--service-id $(keystone service-list | awk '/ sharev2 / {print $2}') \
|
||||||
--publicurl http://controller:8786/v2/%\(tenant_id\)s \
|
--publicurl http://%controller%:8786/v2/%\(tenant_id\)s \
|
||||||
--internalurl http://controller:8786/v2/%\(tenant_id\)s \
|
--internalurl http://%controller%:8786/v2/%\(tenant_id\)s \
|
||||||
--adminurl http://controller:8786/v2/%\(tenant_id\)s \
|
--adminurl http://%controller%:8786/v2/%\(tenant_id\)s \
|
||||||
--region regionOne
|
--region regionOne
|
||||||
|
|
||||||
Result::
|
Result::
|
||||||
|
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
| adminurl | http://controller:8786/v1/%(tenant_id)s |
|
| adminurl | http://%controller%:8786/v1/%(tenant_id)s |
|
||||||
| id | c1984777db6941919657d15b25f05c94 |
|
| id | c1984777db6941919657d15b25f05c94 |
|
||||||
| internalurl | http://controller:8786/v1/%(tenant_id)s |
|
| internalurl | http://%controller%:8786/v1/%(tenant_id)s |
|
||||||
| publicurl | http://controller:8786/v1/%(tenant_id)s |
|
| publicurl | http://%controller%:8786/v1/%(tenant_id)s |
|
||||||
| region | regionOne |
|
| region | regionOne |
|
||||||
| service_id | 4c13e9ff7ec04f4e95a26f72ecdf9919 |
|
| service_id | 4c13e9ff7ec04f4e95a26f72ecdf9919 |
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
|
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
| adminurl | http://controller:8786/v2/%(tenant_id)s |
|
| adminurl | http://%controller%:8786/v2/%(tenant_id)s |
|
||||||
| id | 63ddffd27e8c4c62b4ffb228083325e6 |
|
| id | 63ddffd27e8c4c62b4ffb228083325e6 |
|
||||||
| internalurl | http://controller:8786/v2/%(tenant_id)s |
|
| internalurl | http://%controller%:8786/v2/%(tenant_id)s |
|
||||||
| publicurl | http://controller:8786/v2/%(tenant_id)s |
|
| publicurl | http://%controller%:8786/v2/%(tenant_id)s |
|
||||||
| region | regionOne |
|
| region | regionOne |
|
||||||
| service_id | 2840d1e7b033437f8776a7bd5045b28d |
|
| service_id | 2840d1e7b033437f8776a7bd5045b28d |
|
||||||
+-------------+-----------------------------------------+
|
+-------------+-------------------------------------------+
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Port ‘8786’ is the default port for Manila. It may be changed to any
|
Port ‘8786’ is the default port for Manila. It may be changed to any
|
||||||
|
|||||||
Reference in New Issue
Block a user