update neutron-linuxbridge-tempest for bug 1980948
change Ib18efa3f472736b58c8967847b1061da0e3897d7 made linuxbridge an experimental feature but it did not enable linuxbridge in the linuxbridge jobs this job is used by both nova and devstack and perhaps other project on an as needed basis. As a result this is causing gate failures in neutron when some files are modifed such as the netwroking module or vif.py files This change enabled linux brdige in the base linux bridge job and removes an old duplicate job defintion since nova and devstack now use the new name. Change-Id: I290027fbac47bd1df7bcdd08c405db107ed63db0 Closes-Bug: #1980948
This commit is contained in:
parent
84ade4ba2e
commit
c5807cbcf5
@ -106,6 +106,11 @@
|
||||
vars:
|
||||
devstack_localrc:
|
||||
Q_AGENT: linuxbridge
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
experimental:
|
||||
linuxbridge: true
|
||||
irrelevant-files:
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -139,12 +144,6 @@
|
||||
- ^playbooks/.*functional.*$
|
||||
- ^zuul.d/(?!(project)).*\.yaml
|
||||
|
||||
# TODO(ralonsoh): remove this duplicated definition when "devstack" and "nova"
|
||||
# adopt the new name.
|
||||
- job:
|
||||
name: neutron-tempest-linuxbridge
|
||||
parent: neutron-linuxbridge-tempest
|
||||
|
||||
- job:
|
||||
name: neutron-ovs-tempest-iptables_hybrid
|
||||
parent: neutron-ovs-tempest-base
|
||||
|
Loading…
Reference in New Issue
Block a user