Add the verification of required images step before the deployment.

By adding `kolla-ansible pull` before the deployment, it may help to
guarantee a successful deployment, and avoid polluting the host
environment due to the failure of the deployment.

Change-Id: I951a3093ca02601ed6c0469e626fcd92bd1297c1
This commit is contained in:
hanchao 2016-06-24 11:03:54 +08:00
parent d1be7fdb65
commit 89408983b0

View File

@ -449,6 +449,12 @@ to them:
kolla-ansible prechecks
Verify that all required images with appropriate tags are available:
::
kolla-ansible pull
Run the deployment:
::