b12a2c56ea
Instead of copying files manually to devstack it much easier to use the devstack external plugin interface [1]. This makes the usage of Murano much easier for developers. The plugin.sh script is a copy of contrib/devstack/lib/* and contrib/devstack/extras.d/70-murano.sh. These scripts can be removed after the CI system is switch to the new model. [1]: http://docs.openstack.org/developer/devstack/plugins.html#externally-hosted-plugins Change-Id: I9fc24d17301947f5a95c139576037efc679d4bc4 Implements: bp use-devstack-plugin |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack
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
run
stack.sh