mogan/devstack
Zhenguo Niu 6ea13baaff Add placement with mogan devstack plugin
If nova and placement aren't enabled with devstack, we will
install placement with mogan. This is a workaround for standalone
mode as placement service is now embeded in nova.

Change-Id: I624fdf49170bcae1c7fa88cd34c1154654e02788
2017-08-01 09:18:32 +00:00
..
README.rst Rename repo name to mogan in devstack 2017-01-13 12:01:43 +08:00
placement Add placement with mogan devstack plugin 2017-08-01 09:18:32 +00:00
plugin.sh Add placement with mogan devstack plugin 2017-08-01 09:18:32 +00:00
settings Add placement with mogan devstack plugin 2017-08-01 09:18:32 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mogan https://git.openstack.org/openstack/mogan
  3. run stack.sh