Containers Service for OpenStack
56b0b08a5b
In before, the container's memory field is displayed as '512M'. The original intent is to support other memory unit, such as 'K', 'G', etc. However, this will make the code more complicated since it needs to handle many possible inputs. Let's use 'M' as the only memory unit, then remove the tailing 'M' since the information is redundant. Depends-On: Ief00d4899a9628967aa6ea875aa4195cc4f2bfc4 Closes-Bug: #1764923 Change-Id: I5f586ccc73f53a5f6e6e4d341251a5288a8687f2 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc/source | ||
etc | ||
playbooks | ||
releasenotes | ||
specs | ||
template/capsule | ||
tools | ||
zun | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Zun
OpenStack Containers service
Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO