[admin-guide] Adjust code-blocks

Change-Id: Ie936d13721e2289c63bc07e8ef22f65a0ff352aa
This commit is contained in:
venkatamahesh 2016-01-01 18:31:27 +05:30
parent b431c2e167
commit 17c28ec136
2 changed files with 6 additions and 6 deletions

View File

@ -47,15 +47,15 @@ Volume type
Define a volume type in Block Storage:
.. code-block:: console
.. code-block:: console
$ cinder type-create lvm
$ cinder type-create lvm
Create an extra specification that links the volume type to a back-end name:
.. code-block:: console
.. code-block:: console
$ cinder type-key lvm set volume_backend_name=LVM
$ cinder type-key lvm set volume_backend_name=LVM
This example creates a lvm volume type with
``volume_backend_name=LVM`` as extra specifications.

View File

@ -244,9 +244,9 @@ Enabled emulation
When you have finished configuration, restart the OpenStack Identity
service:
.. code-block:: console
.. code-block:: console
# service keystone restart
# service keystone restart
.. warning::