Containers Service for OpenStack
2c6ad5a119
This patch implements image_pull_policy, which determines if the image should be pulled prior to starting the container. It can have following values: ifnotpresent: only pull the image if it does not already exist on the node. always: Always pull the image from repositery. never: never pull the image If image_pull_policy is not specified then: 1. If the tag is latest, defaults image_pull_policy is always. 2. Otherwise default is ifnotpresent Partial-Implements: blueprint image-pull-policy Change-Id: If2715d7724fd5336fb25d380f125e1485ca302d0 |
||
---|---|---|
devstack | ||
doc/source | ||
etc/zun | ||
releasenotes | ||
specs | ||
tools | ||
zun | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Zun
Container Management service for OpenStack
Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.
- Free software: Apache license
- Get Started: https://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst
- Documentation: http://docs.openstack.org/developer/zun
- Source: http://git.openstack.org/cgit/openstack/zun
- Bugs: http://bugs.launchpad.net/zun
- Blueprints:** https://blueprints.launchpad.net/zun
- REST Client:** http://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO