In Ironic, list query arguments such as "fields" or "shard" accept comma-separated lists like ?fields=name,uuid, not repeated parameters like ?fields=name&fields=uuid. While I intend to fix the latter, Gophercloud should use the format understood by older versions.