Container Infrastructure Management Service for OpenStack
d56bc4f213
hasattr() have different behaviour between python 2 and 3 [1], while we can not fix oslo_versionedobject [2], we need to use obj_attr_is_set to check whether an attr is set in oslo.versionedobject as their core suggested [2]. [1]. https://docs.python.org/2/library/functions.html#hasattr https://docs.python.org/3/library/functions.html#hasattr [2]. https://review.openstack.org/#/c/285647/ More detailed info, please refer to the launchpad bug page. Change-Id: I9adbbb55e8560a499e8334e954cc904fb8ee3565 Closes-Bug: #1551394 Partially-Implements: blueprint magnum-python3 |
||
---|---|---|
contrib/templates/example | ||
devstack | ||
doc/source | ||
etc/magnum | ||
magnum | ||
specs | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
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