Remove the pull action in the deploy_aio CI

In the current CI, we have no regitry service. when running pull action,
it will pull image form docker.io where has no such image too.

The right direction is set up a local regitry service, then push and
pull image from there.

TrivialFix

Change-Id: I3ebea5cdb539cb700487a2dbffa894fcce8f8723
This commit is contained in:
Jeffrey Zhang 2016-06-15 09:45:50 +08:00
parent d7b665929d
commit 4cc256d9d4
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ ip l a fake_interface type dummy
# Actually do the deployment
tools/kolla-ansible -vvv prechecks
tools/kolla-ansible -vvv pull
# TODO(jeffrey4l): add pull action when we have a local registry
# service in CI
tools/kolla-ansible -vvv deploy
tools/kolla-ansible -vvv post-deploy