deb-murano/contrib/devstack
Sergey Murashov cd62190c35 Add repository API tests
Change-Id: I7cd0e2f6164facf70a9ffce56dc215955a82be83
2014-03-27 18:35:48 +04:00
..
extras.d Add repository API tests 2014-03-27 18:35:48 +04:00
lib Devstack scripts update 2014-03-25 16:24:08 +04:00
README.md Added Devstack integration 2014-03-17 15:25:17 +00:00

The contrib/devstack/ directory contains the files necessary to integrate Murano with Devstack.

To install:

$ DEVSTACK_DIR=.../path/to/devstack
$ cp lib/murano ${DEVSTACK_DIR}/lib
$ cp extras.d/70-murano.sh ${DEVSTACK_DIR}/extras.d

To configure Devstack to run Murano:

$ cd ${DEVSTACK_DIR}
$ echo "enable_service murano" >> localrc
$ echo "enable_service murano-api" >> localrc

Run devstack as normal:

$ ./stack.sh