Add missing pull task for neutron-vpnaas-agent

Closes-Bug: #1646486

Change-Id: I9b4ce3d0944018113a590bbc33604408ec2d352f
(cherry picked from commit e50ee312af269c104822e9d19b2b9cda2c02297a)
This commit is contained in:
Eduardo Gonzalez 2017-01-12 16:21:36 +00:00
parent d7fcce6458
commit 5f7d547672
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@
or inventory_hostname in groups['neutron-vpnaas-agent'])
- neutron_plugin_agent == "openvswitch"
- name: Pulling neutron-vpnaas-agent image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ neutron_vpnaas_agent_image_full }}"
when:
- inventory_hostname in groups['neutron-vpnaas-agent']
- enable_neutron_vpnaas | bool
- name: Pulling neutron-server image
kolla_docker:
action: "pull_image"