Fix neutron lbaasv2 upstart init scrtipt placement

Currently the task wrongly check "neutron-lbaas-agent"
variables for deploying the lbaasv2 init script, where it
should check against the "neutron-lbaasv2-agent" variables.

Change-Id: I0b68deafec4f067eed8967c4d264292e25d6bf08
This commit is contained in:
Flávio Ramalho 2016-04-11 10:35:48 -03:00
parent 8a9719d8af
commit 02030667f1

View File

@ -121,6 +121,6 @@
service_home: "{{ neutron_system_home_folder }}"
when:
- inventory_hostname in groups[neutron_services['neutron-lbaasv2-agent']['group']]
- neutron_services['neutron-lbaas-agent'].service_en | bool
- neutron_services['neutron-lbaasv2-agent'].service_en | bool
tags:
- upstart-init