Container Infrastructure Management Service for OpenStack
1b3ab819ef
The master_wait_handle and cloud_init_wait_handle are the same, the node_agent_wait_handle and node_cloud_init_wait_handle are the same. We just need only one. To converge more with k8s templates, we should use master_wait_handle instead of cloud_init_wait_handle and use node_agent_wait_handle instead of node_cloud_init_wait_handle. Change-Id: Icc07ef8407c05ef37a35c7f418c11c562572cab5 Closes-Bug: #1603999 |
||
---|---|---|
contrib/templates/example | ||
devstack | ||
doc | ||
etc/magnum | ||
install-guide/source | ||
magnum | ||
releasenotes | ||
specs | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
Dockerfile | ||
functional_creds.conf.sample | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Magnum
Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack.
For more information, please refer to the following resources:
- Free software: under the Apache license
- Documentation: http://docs.openstack.org/developer/magnum
- Source: http://git.openstack.org/cgit/openstack/magnum
- Blueprints: https://blueprints.launchpad.net/magnum
- Bugs: http://bugs.launchpad.net/magnum
- REST Client: http://git.openstack.org/cgit/openstack/python-magnumclient