Fix some typos in devstack readme

Change-Id: I7edf7272c60a9a4039e84eece7e2bff5ee62fe99
This commit is contained in:
lvdongbing 2016-09-26 21:09:26 -04:00
parent ed4aa4730e
commit ed52b27169
1 changed files with 3 additions and 3 deletions

View File

@ -7,18 +7,18 @@ Enabling in Devstack
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
#. Edit local.conf to enable murano devstack plugin::
#. Edit ``local.conf`` to enable murano devstack plugin::
> cat local.conf
[[local|localrc]]
enable_plugin murano git://git.openstack.org/openstack/murano
#. If you want Murano Cloud Foundry Broker API service enabled, add the
following line to local.conf::
following line to ``local.conf``::
enable_service murano-cfapi
#. If you want to use Glare Artifact Repository as a strorage for packages,
#. If you want to use Glare Artifact Repository as a storage for packages,
add the following line to ``local.conf``:
.. code-block:: ini