Merge "[install] make getting swift_url more clear"

This commit is contained in:
Jenkins 2017-01-04 05:21:02 +00:00 committed by Gerrit Code Review
commit f52e681b74

View File

@ -73,9 +73,14 @@ Install and configure components
.. end
Replace ``SWIFT_URL`` with the URL of the Object Storage service, typically
``http://10.0.0.51:8080/v1/AUTH_`` if using the installation guide
architecture.
Replace ``SWIFT_URL`` with the URL of the Object Storage service. The
URL can be found by showing the object-store API endpoints:
.. code-block:: console
$ openstack catalog show object-store
.. end
Finalize installation
---------------------