puppet-neutron/releasenotes/notes/bigswitch-ml2-updates-a640026fc6b58d40.yaml
Alex Schultz a05516901f Update bigswitch restproxy configuration
Update the restproxy configuration to use $::os_service_default for
values that match the upstream configuration defaults. Additionally add
the ability to configure cache_connections, keystone_sync_interval,
no_ssl_validation, server_timeout, sync_data and thread_pool_size.

Change-Id: I24e48c1ca7d35f67f786c4751c7cdf4954f65377
2017-03-21 13:32:13 -06:00

14 lines
610 B
YAML

---
features:
- |
Added additional configuration parameters for the bigswitch restproxy
plugin configuration. Added the ability to configure `cache_connections`,
`keystone_sync_interval`, `no_Ssl_validation, `server_timeout`,
`sync_data`, and `thread_pool_size`
upgrade:
- |
Switched the bigswitch restproxy configuration to use $::os_service_default
for parameters that match the upstream default. It should be noted that
the default values for `ssl_cert_directory` and `neutron_id` do not match
the defaults from the networking-bigswitch classes and have been left alone.