[doc] Improve devstack plugin installation docs

Improve layout, add links to devstack, mention cfapi service.
Replace github references with git.openstack.org references.
Also removes unnecessary enable_service instructions in cfapi docs, to
be consistent with plugin documentation

Change-Id: I0235db31fe8dd80ada1a627a9d02e61d1236488f
Related-Bug: #1506232
This commit is contained in:
Kirill Zaitsev 2015-10-20 18:11:49 +03:00
parent 0ced007109
commit 5bc0ca9b07
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
-------------------------