[Vagrant] Enable q-log service on OVN configuration
Change-Id: I86ab3b7c7cd6ae065f92489bbbcb6f4b8ff4e804
This commit is contained in:
parent
a8c5534afe
commit
1d1c408635
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -40,7 +40,7 @@ TOX_ENVLIST = ENV.fetch('TOX_ENVLIST', '')
|
||||
TOX_EXTRA_ARGS = ENV.fetch('TOX_EXTRA_ARGS', '--notest')
|
||||
|
||||
# Allow to switch configuration
|
||||
DEVSTACK_CONF_NAME = ENV.fetch('DEVSTACK_CONF_NAME', 'ovs')
|
||||
DEVSTACK_CONF_NAME = ENV.fetch('DEVSTACK_CONF_NAME', 'ovn')
|
||||
|
||||
DEVSTACK_LOCAL_CONF_FILE = ENV.fetch(
|
||||
'DEVSTACK_LOCAL_CONF_FILE',
|
||||
|
@ -49,11 +49,12 @@ disable_service q-meta
|
||||
|
||||
# Enable services, these services depend on neutron plugin.
|
||||
enable_plugin neutron https://opendev.org/openstack/neutron
|
||||
enable_service q-trunk
|
||||
enable_service q-dns
|
||||
enable_service q-port-forwarding
|
||||
enable_service q-qos
|
||||
enable_service neutron-segments
|
||||
enable_service q-dns
|
||||
enable_service q-log
|
||||
enable_service q-qos
|
||||
enable_service q-port-forwarding
|
||||
enable_service q-trunk
|
||||
|
||||
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
||||
# tree. This is disabled by default. This is required unless your distro kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user