diff --git a/defaults/main.yml b/defaults/main.yml index 3bb22b89..1b974806 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -349,7 +349,8 @@ horizon_enable_mistral_ui: "{{ (groups['mistral_all'] is defined) and (groups['m horizon_enable_murano_ui: "{{ (groups['murano_all'] is defined) and (groups['murano_all'] | length > 0) }}" ## Neutron features to enable -horizon_enable_neutron_vpnaas: "{{ neutron_plugin_base is defined and 'vpnaas' in neutron_plugin_base }}" +horizon_enable_neutron_vpnaas: >- + {{ neutron_plugin_base is defined and ('vpnaas' in neutron_plugin_base or 'ovn-vpnaas' in neutron_plugin_base) }} ## Octavia UI Panel horizon_enable_octavia_ui: "{{ (groups['octavia_all'] is defined) and (groups['octavia_all'] | length > 0) }}"