neutron-lib/releasenotes/notes/add-convert-to-string-524541aa6224f66f.yaml
Yushiro FURUKAWA 768dcc05af Add 'convert_to_string' and apply for firewall-rule
I7b4108772e8370e8f51971caf40ecd23e9f977e9 has been merged but missing
converter for firewall_rule.  This commit adds a new converter to modify
string and applies this one for following attributes both fwaas and
fwaas_v2.

    * source_port as in firewall_rule
    * destination_port as in firewall_rule

Change-Id: Iced5a588b2618735cbe6fc081e42e49896d7a91a
2017-07-21 23:29:40 +09:00

6 lines
176 B
YAML

---
features:
- |
A new converter ``convert_to_string`` into ``neutron_lib.api.converters``.
This method can convert an argument which is not None into string value.