Update git submodules

* Update ironic from branch 'master'
  to 8922c79b7c088ce51aae16c4c1ccef6739a91381
  - Merge "Support more standard way of passing lists via query strings"
  - 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
This commit is contained in:
Zuul 2024-03-15 14:09:32 +00:00 committed by Gerrit Code Review
parent 0174fdb670
commit 48313c2f26
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit 2f71e5d51262c45d47d045b1bf35cc3a750ce0da
Subproject commit 8922c79b7c088ce51aae16c4c1ccef6739a91381