Create ovs bridge in acceptance tests

The current setting of ovn depends on the br-ex bridge. Let's ensure
the bridge is created.

Deends-on: https://review.opendev.org/898261
Change-Id: I50747684df2f1b303b7ae865eacc8dc0ac8a2112
This commit is contained in:
Takashi Kajinami 2023-10-17 10:08:57 +09:00
parent 29789848df
commit 01863b8d7d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ describe 'basic ovn deployment' do
include openstack_integration
include openstack_integration::repos
include openstack_integration::ovs
include openstack_integration::ovn
EOS