deb-murano/contrib/devstack
Ruslan Kamaldinov 17afc0e0fd Added explicit db-sync command
This patch changes the way we initialize the DB with tables:
* there is new command - 'murano-manage db_sync'
* DB is no longer automatically populated

Change-Id: I1ae06448ddf4a832740e9a2bfccbfd725cb6c3f7
2014-04-02 09:53:52 +00:00
..
extras.d Add repository API tests 2014-03-27 18:35:48 +04:00
lib Added explicit db-sync command 2014-04-02 09:53:52 +00: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