2c6ad5a119
![Pradeep Kumar Singh](/assets/img/avatar_default.png)
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
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
Description
Languages
Python
99.3%
Shell
0.7%