deb-murano/devstack
2015-10-14 15:45:04 +00:00
..
plugin.sh Merge "Use migrate command instead of syncdb" 2015-10-14 15:45:04 +00:00
README.rst Fix three typos 2015-09-18 09:01:13 +05:30
settings Use setup_develop in devstack libs and plugin for devstack 2015-07-16 17:30:14 +03:00

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