Fix vpnaas in service_plugins
If enable vpnaas,service_plugins value is 'neutron_vpnaas.services .vpn.plugin.VPNDriverPlugin'. It throw warning for 'stevedore.named [-]Could not load neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin' Closes-Bug: #1690693 Change-Id: Ia00f733da2dcbdd50e3d62dfe98c8f44cc4a1d26
This commit is contained in:
parent
81b7ef7b36
commit
afe207212d
@ -266,7 +266,7 @@ service_plugins:
|
||||
enabled: "{{ enable_neutron_lbaas | bool }}"
|
||||
- name: "neutron_fwaas.services.firewall.fwaas_plugin.FirewallPlugin"
|
||||
enabled: "{{ enable_neutron_fwaas | bool }}"
|
||||
- name: "neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin"
|
||||
- name: "vpnaas"
|
||||
enabled: "{{ enable_neutron_vpnaas | bool }}"
|
||||
- name: "qos"
|
||||
enabled: "{{ enable_neutron_qos | bool }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user