deb-murano/devstack/README.rst
venkatamahesh 30eaefb7b3 Fix three typos
Removed extra ===== for headings
For devstack reference, changed devstack.org to
docs.openstack.org/developer/devstack as devstack.org was
redirecting to docs.

Change-Id: I978a339265993bda191016318cadf802d8ea4bec
2015-09-18 09:01:13 +05:30

339 B

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository and enable needed services:

    > cat local.conf
    [[local|localrc]]
    enable_plugin murano https://github.com/openstack/murano
    enable_service murano murano-api murano-engine
  3. run stack.sh