diff --git a/source/openstack_block_storage.rst b/source/openstack_block_storage.rst index dfeac88f..97808623 100644 --- a/source/openstack_block_storage.rst +++ b/source/openstack_block_storage.rst @@ -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`. \ No newline at end of file +Next topic: :ref:`openstack_dashboard`.