Merge "[doc] Improve devstack plugin installation docs"

This commit is contained in:
Jenkins 2015-10-22 16:09:03 +00:00 committed by Gerrit Code Review
commit 888b494091
2 changed files with 19 additions and 6 deletions

View File

@ -2,12 +2,25 @@
Enabling in Devstack
====================
1. Download DevStack
#. Download DevStack_::
2. Add this repo as an external repository and enable needed services::
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
#. Edit local.conf to enable murano devstack plugin::
> cat local.conf
[[local|localrc]]
enable_plugin murano https://github.com/openstack/murano
enable_plugin murano git://git.openstack.org/openstack/murano
3. run ``stack.sh``
#. If you want Murano Cloud Foundry Broker API service enabled, add the
following line to local.conf::
enable_service murano-cfapi
#. Install DevStack::
./stack.sh
.. _DevStack: http://docs.openstack.org/developer/devstack/

View File

@ -59,8 +59,8 @@ You need simply update your :file:`local.conf` with the following:
.. code-block:: ini
[[local|localrc]]
enable_plugin murano https://github.com/openstack/murano
enable_service murano murano-api murano-engine murano-cfapi
enable_plugin murano git://git.openstack.org/openstack/murano
enable_service murano-cfapi
How to use service broker
-------------------------