30eaefb7b3
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
15 lines
339 B
ReStructuredText
15 lines
339 B
ReStructuredText
====================
|
|
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``
|