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
2016-11-10 14:49:03 +00:00
2016-09-22 10:41:09 -05:00
2016-11-17 14:41:14 +00:00
2016-11-02 05:15:29 +00:00
2016-09-12 12:30:17 +08:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2016-05-12 14:59:56 -04:00
2016-06-08 22:21:34 -05:00
2016-06-08 22:21:34 -05:00
2016-05-12 14:59:56 -04: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
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%