puppet-octavia/releasenotes/notes/convert-provider_drivers-922ba756396e154c.yaml
Takashi Kajinami 270d33d543 Accept array or hash for enable_provider_drivers
The [api_settings] enable_provider_drivers parameter is DictOpt and
accepts a string value which represents a dictionary. This change
allows using array or hash for this parameter so that users can use
a more "native" type to define its value.

Change-Id: Icfa01a6cba5f4eda68d51ec2740f24fbc049f6e2
2022-02-23 22:30:44 +09:00

7 lines
211 B
YAML

---
features:
- |
The ``octavia::api::provider_drivers`` parameter now supports array or hash
value, and the given value is conveted to correctly formatted string when
being put into octavia.conf.