Merge "neutron_vpnaas_agent: kolla_docker parameter 'volumes' is wrong"

This commit is contained in:
Jenkins 2017-04-19 03:57:42 +00:00 committed by Gerrit Code Review
commit ad75dad522

View File

@ -55,7 +55,7 @@
BOOTSTRAP:
name: "bootstrap_neutron_vpnaas_agent"
restart_policy: "never"
volumes: "{{ neutron_vpnaas_agent.image }}"
volumes: "{{ neutron_vpnaas_agent.volumes }}"
when:
- neutron_vpnaas_agent.enabled | bool
- neutron_vpnaas_agent.host_in_groups | bool