mogan/devstack
liusheng 83349cff8f Change the command of creating default flavor in devstack plugin
We have changed "openstack baremetal instance type xxx" commands to
"openstack baremetal flavor xxx".

Change-Id: I25f8914a857044845ec0f683b80457c61123f945
2016-12-26 14:08:45 +08:00
..
plugin.sh Change the command of creating default flavor in devstack plugin 2016-12-26 14:08:45 +08:00
README.rst add devstack plugin for nimble 2016-09-23 17:03:48 +08:00
settings Add default instance types and set ironic nodes property 2016-10-14 09:05:18 +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 nimble https://git.openstack.org/openstack/nimble
  3. run stack.sh