f77ef0ec65
The configuration of vpnaas and lbaas services created additional files that were never included in the service startup. The lbaas service config provider was updated to put service providers directly into neutron.conf but now if we update vpnaas to do the same we will fail being idempotent since both providers will overwrite each other. This change moves neutron_config provider from ini_setting to openstackconfig to handle the multi-value of service_provider and adds a variable to neutron::server to manage service providers. Closes-Bug: 1578912 Change-Id: I69b7635984fe74038db2025b89f638def5029849
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
features:
|
|
- service_providers are configured through neutron::server class.
|
|
issues:
|
|
- VPNaaS service_provider was being configured in a file not being loaded up
|
|
by neutron server. It has been consolidated with lbaas service configuration
|
|
into neutron.conf.
|