murano/devstack
Victor Ryzhenkin 51c00f3fcb Use setup_develop in devstack libs and plugin for devstack
- Replace setup_package function with setup_develop in plugin
and libs for devstack
- Revome enabling service murano-dashboard in plugin because of
murano-dashboard will be enabled by default if horizon service
is enabled.

Change-Id: I6716ca32b6022b5ffdc9dd2acfcc73e00340bc2b
Partially-Implements: blueprint enable-openstack-proposal-bot
2015-07-16 17:30:14 +03:00
..
README.rst Make use of devstack external plugin 2015-06-22 12:33:56 +02:00
plugin.sh Use setup_develop in devstack libs and plugin for devstack 2015-07-16 17:30:14 +03:00
settings Use setup_develop in devstack libs and plugin for devstack 2015-07-16 17:30:14 +03:00

README.rst

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