mogan/devstack
sxmatch ec9b48ad61 Rename nimble to mogan(part one)
Today we decided to rename Nimble project
since it's same as a Cinder driver name.

The new name of this project is called Mogan.

For convenience of reviewing, this is a part one
which includes api-ref folder.

Change-Id: Ie1f5bc9d29efcdf77c2b981d6102c56490e70022
Partially-Implements: bp rename-nimble-to-mogan
2017-01-04 16:11:13 +08:00
..
plugin.sh Change the command of creating default flavor in devstack plugin 2016-12-26 14:08:45 +08:00
README.rst Rename nimble to mogan(part one) 2017-01-04 16:11:13 +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 mogan https://git.openstack.org/openstack/mogan
  3. run stack.sh