Do not use neutron-plugin-ml2 package on Debian

Debian packages don't include neutron-plugin-ml2 so it should not be requested

Change-Id: I49467c65cc81c8e05a36bf9be5a077458d2cd55f
This commit is contained in:
Sergey Kolekonov 2016-03-02 21:36:43 +03:00 committed by tatyana-leontovich
parent da0805d5c1
commit 11fec19b5a
1 changed files with 3 additions and 3 deletions

View File

@ -95,10 +95,10 @@ class neutron::params {
$server_service = 'neutron-server'
$client_package = 'python-neutronclient'
if $::operatingsystem == 'Ubuntu' {
$ml2_server_package = 'neutron-plugin-ml2'
} else {
if $::os_package_type =='debian' {
$ml2_server_package = false
} else {
$ml2_server_package = 'neutron-plugin-ml2'
}
$ovs_agent_package = 'neutron-openvswitch-agent'