Merge "Neutron: Stop testing linuxbridge mechanism driver"

This commit is contained in:
Zuul 2022-07-14 10:47:16 +00:00 committed by Gerrit Code Review
commit def8d52ca4
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ scenario](#all-in-one).
| glance | | rbd | swift | file | swift+rgw | file | file |
| nova | | rbd | X | X | rbd | X | X |
| placement | | X | X | X | X | X | X |
| neutron | | ovs | ovs | linuxbridge | ovs | ovn | ovs |
| neutron | | ovs | ovs | ovn | ovs | ovn | ovs |
| cinder | | rbd | iscsi | | | | iscsi |
| ceilometer | | X | X | | | | |
| aodh | | X | X | | | | |

View File

@ -76,7 +76,7 @@ include openstack_integration::keystone
include openstack_integration::glance
class { 'openstack_integration::neutron':
driver => 'linuxbridge',
driver => 'ovn',
}
include openstack_integration::placement
include openstack_integration::nova
@ -118,5 +118,5 @@ class { 'openstack_integration::tempest':
# run it when instances does not have internet acces to
# deploy for example Docker.
magnum => false,
neutron_driver => 'linuxbridge',
neutron_driver => 'ovn',
}