Skip to content
Snippets Groups Projects
Commit e0822177 authored by zhangdongqi's avatar zhangdongqi
Browse files

neutron_vpnaas_agent: kolla_docker parameter 'volumes' is wrong

In task "Running Neutron vpnaas bootstrap container",
parameter "volumes" of kolla_docker should be
"{{ neutron_vpnaas_agent.volumes }}"
NOT
"{{ neutron_vpnaas_agent.image }}"

Change-Id: Id7c95d4d6f53dfab384e387951eecf4d87459de
Closes-Bug: #1683669
parent 93a220aa
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
BOOTSTRAP: BOOTSTRAP:
name: "bootstrap_neutron_vpnaas_agent" name: "bootstrap_neutron_vpnaas_agent"
restart_policy: "never" restart_policy: "never"
volumes: "{{ neutron_vpnaas_agent.image }}" volumes: "{{ neutron_vpnaas_agent.volumes }}"
when: when:
- neutron_vpnaas_agent.enabled | bool - neutron_vpnaas_agent.enabled | bool
- neutron_vpnaas_agent.host_in_groups | bool - neutron_vpnaas_agent.host_in_groups | bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment