diff --git a/hooks/neutron_api_context.py b/hooks/neutron_api_context.py index d242fd4a..c2cd990f 100644 --- a/hooks/neutron_api_context.py +++ b/hooks/neutron_api_context.py @@ -53,7 +53,7 @@ def get_dvr(): log('Disabling DVR, enable-dvr is not valid before Juno') return False if os_release('neutron-server') == 'juno': - if config('overlay-network-type') != VXLAN: + if VXLAN not in config('overlay-network-type').split(): log('Disabling DVR, enable-dvr requires the use of the vxlan ' 'overlay network for OpenStack Juno') return False