deb-murano/devstack
Olivier Lemasle b3d9859535 Customization of default_dns in Devstack
This commit enables the customization of default_dns
in Devstack environment, using the environment
variable MURANO_DEFAULT_DNS.

Change-Id: Id494f683b469e7a47e0978197d7cb53f5824a6fc
2015-10-07 15:38:06 +02:00
..
plugin.sh Customization of default_dns in Devstack 2015-10-07 15:38:06 +02: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