OpenStack Baremetal Compute Service
Go to file
zhangjl e93da19aea TrivialFix: Remove the duplicate _destroy_network method
In [1], we defined the _destroy_network method to destroy instance`s
networks. While, in [2], we defined the method aboved again. In fact,
there is no need to do this. Remove the duplicate _destroy_network
method in [2].

[1]: mogan/engine/manager.py
[2]: mogan/engine/flows/create_instance.py

Change-Id: I3f4acc82e034b0e406417c8b684babe50d4c139f
2017-01-06 04:53:33 +00:00
api-ref/source Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
devstack Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
doc/source Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
etc/mogan Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
mogan TrivialFix: Remove the duplicate _destroy_network method 2017-01-06 04:53:33 +00:00
releasenotes Trivial-Fix: Replace the 'glance' with 'mogan' in releasenot docs 2017-01-03 16:26:27 +08:00
tools Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
.coveragerc Improve .coveragerc for nimble repository. 2016-10-21 15:13:29 +05:30
.gitignore Initial import 2016-08-12 20:13:11 +08:00
.gitreview Added .gitreview 2016-08-12 08:29:24 +00:00
.mailmap Initial import 2016-08-12 20:13:11 +08:00
.testr.conf Add function tests for nimble API 2016-10-13 16:27:28 +08:00
babel.cfg Initial import 2016-08-12 20:13:11 +08:00
CONTRIBUTING.rst Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
HACKING.rst Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
LICENSE Initial import 2016-08-12 20:13:11 +08:00
README.rst Update README 2017-01-03 15:24:53 +08:00
requirements.txt Updated from global requirements 2017-01-01 12:12:04 +00:00
setup.cfg Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00
setup.py Updated from global requirements 2016-08-18 06:15:04 +00:00
test-requirements.txt Updated from global requirements 2016-11-24 18:46:08 +00:00
tox.ini Rename nimble to mogan (4) 2017-01-05 00:49:39 +08:00

Mogan

Mogan is a project dedicated for bare metal computing management, which is designed specifically for BMs, so we can provide a more lightweight and convenient platform with more advanced features by leveraging Ironic. Besides this, we also plan to support RSD(Rack Scale Design), so we can not only provide Pre-set Configuration Servers but also Custom Servers.

Project Resources

Project status, bugs and BPs are tracked on Launchpad:

http://launchpad.net/mogan

Anyone wishing to contribute to an OpenStack project should find a good reference here:

http://docs.openstack.org/infra/manual/developers.html