mogan/devstack
Zhenguo Niu ef30a9ee96 Use new mogan CLI in devstack
We already changed to use new keyword 'baremetalcompute' in CLI,
so the old one will break our devstack installation. Also this
change the default flavor name to make it more specific.

Change-Id: Iead6c01ae62fbac77cedb7451f0dcdea7abc527f
2017-08-24 11:52:38 +08:00
..
2017-08-24 11:52:38 +08:00

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