Merge "agents/bigswitch: deploy python-networking-bigswitch"

This commit is contained in:
Jenkins
2016-06-25 00:05:07 +00:00
committed by Gerrit Code Review

View File

@@ -29,7 +29,12 @@ class neutron::agents::bigswitch (
fail("Unsupported osfamily ${::osfamily}")
}
require ::neutron::plugins::ml2::bigswitch
ensure_packages('python-networking-bigswitch',
{
ensure => $package_ensure,
tag => 'openstack',
}
)
package { 'bigswitch-lldp':
ensure => $package_ensure,