Fix wrong semantic markup

On building the translated guide, the below error occurs:

  WARNING: Malformed :option: u'KeyName', does not contain
  option marker - or -- or / or +

Change-Id: I67b70621d76daeb46ba90b6a54ef15d5fd677a64
This commit is contained in:
KATO Tomoyuki 2015-11-29 22:26:27 +09:00
parent ed0147196e
commit 698a93418d

View File

@ -64,8 +64,8 @@ stack and the :command:`ceilometer` client to measure resources.
#. Create an auto-scaling stack by running the following command.
The :option:`-f` option specifies the name of the stack template
file, and the :option:`-P` option specifies the :code:`KeyName`
parameter as :code:`heat_key`::
file, and the :option:`-P` option specifies the ``KeyName``
parameter as ``heat_key``::
$ heat stack-create -f cfn/F17/AutoScalingCeilometer.yaml -P "KeyName=heat_key"