Fix linuxbridge agent service attribute

This fixes an error when running where its looking for a string not an array.

Change-Id: Ic9aa44cdb553b5f695d54e9d86d7cda1165136f0
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2016-05-22 20:13:54 -07:00
parent f417e75be1
commit 123d31c9c2
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ default['openstack']['network']['platform'].tap do |platform|
platform['neutron_linuxbridge_agent_packages'] =
%w(openstack-neutron-linuxbridge iproute)
platform['neutron_linuxbridge_agent_service'] =
%w(neutron-plugin-linuxbridge-agent)
'neutron-plugin-linuxbridge-agent'
platform['neutron_metadata_agent_packages'] =
%w()
platform['neutron_metering_agent_packages'] =