Merge "Neutron: Stop testing linuxbridge mechanism driver"
This commit is contained in:
commit
def8d52ca4
@ -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 | | | | |
|
||||
|
@ -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',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user