Fix ml2 package variable name

Change-Id: I8ecbd66aeae34a280e00cd5b6481e89077a98ceb
This commit is contained in:
Alex Ruiz Estradera 2016-07-25 10:46:35 +02:00
parent d5418367a6
commit ca67ca5d43

View File

@ -80,7 +80,7 @@ class midonet::neutron_plugin (
$ml2_package = 'neutron-plugin-ml2'
}
if $::osfamily == 'RedHat' {
$package_networking = 'openstack-neutron-ml2'
$ml2_package = 'openstack-neutron-ml2'
}
package { 'python-networking-midonet':