Containers Service for OpenStack
Go to file
Pradeep Kumar Singh 2c6ad5a119 Implements image_pull_policy
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
2016-11-17 14:41:14 +00:00
devstack Run etcd server in docker container 2016-11-04 15:54:20 +08:00
doc/source Document how to use zun devstack plugin 2016-09-09 15:04:38 -05:00
etc/zun Enforce policy on service api 2016-11-10 14:49:03 +00:00
releasenotes Enable release notes translation 2016-10-06 20:57:26 +02:00
specs Zun container sandbox spec 2016-09-22 10:41:09 -05:00
tools Move all conf option to centralize conf directory 2016-11-02 07:42:43 +00:00
zun Implements image_pull_policy 2016-11-17 14:41:14 +00:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Clean up etcd generated file 2016-09-12 12:30:17 +08:00
.gitreview Update after project rename 2016-09-03 16:03:04 -05:00
.testr.conf update higgins with zun 2016-06-08 22:21:34 -05:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
CONTRIBUTING.rst update higgins with zun 2016-06-08 22:21:34 -05:00
HACKING.rst update higgins with zun 2016-06-08 22:21:34 -05:00
LICENSE Initial commit 2016-05-12 14:59:56 -04:00
README.rst Document how to use zun devstack plugin 2016-09-09 15:04:38 -05:00
requirements.txt Updated from global requirements 2016-11-10 10:25:01 +00:00
setup.cfg Move all conf option to centralize conf directory 2016-11-02 07:42:43 +00:00
setup.py Fixed common comments in initial commit 2016-05-13 12:58:35 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:42:55 +00:00
tox.ini Merge "Move all conf option to centralize conf directory" 2016-11-03 09:42:30 +00:00

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.

Features

  • TODO