Update the link for shared-database-configure.rst

Change-Id: I28db3a8fc5afc96e26e354c583c05efd7396d57f
This commit is contained in:
caoyuan 2017-06-10 02:54:31 +08:00
parent ea55880fc0
commit 74eca28c3f
2 changed files with 4 additions and 5 deletions

View File

@ -43,7 +43,7 @@ This can be achieved using the :command:`iptables` command:
Make sure to save the changes once you are done. This will vary
depending on your distribution:
- For `Ubuntu <http://askubuntu.com/questions/66890/how-can-i-make-a-specific-set-of-iptables-rules-permanent#66905>`_
- For `Ubuntu <https://askubuntu.com/questions/66890/how-can-i-make-a-specific-set-of-iptables-rules-permanent#66905>`_
- For `Fedora <https://fedoraproject.org/wiki/How_to_edit_iptables_rules>`_
Alternatively, make modifications using the ``firewall-cmd`` utility for

View File

@ -184,7 +184,6 @@ and define your endpoint. For example:
.. code-block:: console
$ openstack endpoint create volume --region $KEYSTONE_REGION \
--publicurl 'http://PUBLIC_VIP:8776/v1/%(tenant_id)s' \
--adminurl 'http://10.0.0.11:8776/v1/%(tenant_id)s' \
--internalurl 'http://10.0.0.11:8776/v1/%(tenant_id)s'
--publicurl 'http://PUBLIC_VIP:8776/v1/%(tenant_id)s' \
--adminurl 'http://10.0.0.11:8776/v1/%(tenant_id)s' \
--internalurl 'http://10.0.0.11:8776/v1/%(tenant_id)s'