Fix some syntax errors on openstack_block_stoge

Signed-off-by: Victor Morales <victor.morales@intel.com>
This commit is contained in:
Victor Morales
2015-11-13 14:21:13 -06:00
parent 5e151b0217
commit 30d01d4541
+5 -11
View File
@@ -247,10 +247,9 @@ Install and configure components
rabbit_userid = openstack
rabbit_password = RABBIT_PASS
* In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections,
configure Identity service access:
.. code-block:: ini
* In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure
Identity service access. Replace ``CINDER_PASS`` with the password you
chose for the ``cinder`` user in the Identity service.::
[DEFAULT]
...
@@ -267,13 +266,8 @@ Install and configure components
username = cinder
password = CINDER_PASS
Replace ``CINDER_PASS`` with the password you chose for
the ``cinder`` user in the Identity service.
* In the ``[DEFAULT]`` section, configure the ``my_ip`` option to
use the management interface IP address of the controller node:
.. code-block:: ini
use the management interface IP address of the controller node::
[DEFAULT]
...
@@ -481,4 +475,4 @@ Verify operation of the Block Storage service.
| cinder-volume | block1@lvm | nova | enabled | up | 2014-10-18T01:30:57.000000 | None |
+------------------+------------+------+---------+-------+----------------------------+-----------------+
Next topic: :ref:`openstack_dashboard`.
Next topic: :ref:`openstack_dashboard`.