ironic/releasenotes
Dmitry Tantsur 934658dab4
Support more standard way of passing lists via query strings
Currently, arguments like "fields", "shared" or the new "device_types"
only accept comma-separated strings. While there is no single standard,
the most common approach is to repeat the arguments, i.e.

 NOT /nodes?fields=uuid,name
 BUT /nodes?fields=uuid&fields=name

Unfortunately, at least GopherCloud already relies [1] on the more common
(but not currently working in Ironic) behavior. Let's make it work.

[1] 8455d01343/openstack/baremetal/v1/nodes/testing/requests_test.go (L87)

Change-Id: Ia780b10986929d79dc4f334d278bcb00a9984fd0
2024-02-29 17:08:18 +01:00
..
notes Support more standard way of passing lists via query strings 2024-02-29 17:08:18 +01:00
source reno: Update master for unmaintained/yoga 2024-02-06 15:04:31 +00:00
config.yaml Move and fix reno config for releasenotes job 2023-01-26 15:52:27 -08:00