Merge "Remove the pull action in the deploy_aio CI"

This commit is contained in:
Jenkins 2016-06-15 17:28:58 +00:00 committed by Gerrit Code Review
commit 2cb0f445bb

View File

@ -106,7 +106,8 @@ ip l a fake_interface type dummy
# Actually do the deployment # Actually do the deployment
tools/kolla-ansible -vvv prechecks 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 deploy
tools/kolla-ansible -vvv post-deploy tools/kolla-ansible -vvv post-deploy