Add neutron-lbaas-agent to exlude image for Ubuntu binary
UCA latest Newton release lack of neutron-lbaas-common package, disable neutron-lbaas-agent for Ubuntu binary until they fix it. TrivialFix Change-Id: I2c02fc578cffe82918ae6affe6cf0e6095ae47e4 Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
This commit is contained in:
parent
cdfae00272
commit
f59ddb3527
@ -16,9 +16,11 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
||||
# TODO(Jeffrey4l): UCA latest Newton release lack of neutron-lbaas-common
|
||||
# package, just remove neutron-lbaas-agent in neutron_base_packages. Once they
|
||||
# fix it, this should be reverted.
|
||||
{% set neutron_base_packages = [
|
||||
'iproute2',
|
||||
'neutron-lbaas-agent',
|
||||
'neutron-plugin-ml2',
|
||||
'neutron-server',
|
||||
'openvswitch-switch',
|
||||
|
@ -90,8 +90,12 @@ class BuildTestCentosSource(BuildTest, base.BaseTestCase):
|
||||
|
||||
|
||||
class BuildTestUbuntuBinary(BuildTest, base.BaseTestCase):
|
||||
# TODO(Jeffrey4l): UCA latest Newton release lack of neutron-lbaas-common
|
||||
# package, just add neutron-lbaas-agent into the exclude_image. Once they
|
||||
# fix it, this should be reverted.
|
||||
excluded_images = ["kuryr",
|
||||
"neutron-networking-sfc-agent",
|
||||
"neutron-lbaas-agent",
|
||||
"senlin-base",
|
||||
"vmtp",
|
||||
"zaqar",
|
||||
|
Loading…
Reference in New Issue
Block a user