acceptance: enable loadbalancer service_plugin

Thanks to http://git.openstack.org/cgit/openstack/neutron/commit/?id=f4e980f7d5608b594e64d5ab78c594d61a664955
Neutron should now be able to enable load loadbalancer service plugin in
RDO packaging.

This patch aims to re-enable the test again to validate Liberty can
enable LBaaS service.

Change-Id: I1375980cfefd5dd5bf1fc814907eb2746201d568
Closes-Bug: #1490990
This commit is contained in:
Emilien Macchi 2015-09-04 11:50:51 -04:00
parent 21e1062ae3
commit 319c87e551
1 changed files with 1 additions and 2 deletions

View File

@ -101,9 +101,8 @@ describe 'basic neutron' do
debug => true,
verbose => true,
service_plugins => [
# TODO(emilien) lbaas is now disabled for packaging issues in RDO
# see LP#1490990 - should be enabled again later
'neutron.services.l3_router.l3_router_plugin.L3RouterPlugin',
'neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPlugin',
'neutron.services.metering.metering_plugin.MeteringPlugin',
],
}