Merge "Document correction in quick_start.rst"

This commit is contained in:
Jenkins 2015-12-24 21:53:55 +00:00 committed by Gerrit Code Review
commit 18fbfee6ef

View File

@ -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