mogan/devstack
Zhenguo Niu deb70c7a63 Change to use node resource_class
Currently, we use node_type property to link with the flavors, but
ironic node's resource_class field just want to do such thing, so
we can just change to use it instead of adding a new node property.

Change-Id: I535606ce05299037a7bd5aacdcd7869ca5f855c4
Closes-Bug: #1695819
2017-06-05 17:04:00 +08:00
..
README.rst Rename repo name to mogan in devstack 2017-01-13 12:01:43 +08:00
plugin.sh Change to use node resource_class 2017-06-05 17:04:00 +08:00
settings Change to use /flavors in URI 2017-04-18 15:36:52 +08: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