785872573e
Note: this patch enables only murano-api service. Change-Id: I5f072b65c48ca3eebf244075491f058f8f50efad Partly-Implements: blueprint murano-api-devstack-gates
449 B
449 B
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