Fixed the code syntax in Cloud Administrator Guide

In Manage and unmanage share subsection, Shared File System
section in Cloud Administrator Guide, the code wrapper syntax
is not correct. The correct syntax should be single quote rather
than double quote. This patche fixed this error.

Change-Id: Icb221b53659182dcaeabccc33c360d9bc177731b
This commit is contained in:
Lujin Luo
2015-10-15 16:42:50 +09:00
parent ce081b011b
commit 4fe45143ec

View File

@@ -27,7 +27,7 @@ share servers (created with share networks), so share service should have
option ``driver_handles_share_servers = False`` in its configuration.
You can unmanage a share that has no dependent snapshots.
To unmanage managed share, run :command:``manila unmanage <share>`` command.
To unmanage managed share, run :command:`manila unmanage <share>` command.
Then try to print the information about it. The expected behaviour is that
File System Storage service won't find the share:
@@ -42,7 +42,7 @@ File System Storage service won't find the share:
Manage share
------------
To register the non-managed share in File System Storage service you need to
run :command:``manila manage`` command which has such arguments:
run :command:`manila manage` command which has such arguments:
.. code:: console