python-ironicclient/releasenotes/notes/fix-create-with-port-name-9b3829405736a3c3.yaml
Kaifeng Wang a10c3e3923 Fix port create ignores the name field
The newly added name argument support is not processed
so that create a port with name does not take effect.
Also amend a few unit tests.

Change-Id: I8c05cd03557c01dfe83e0875ad653ff53d7dee42
2024-07-15 21:48:28 +08:00

5 lines
86 B
YAML

---
fixes:
- |
Fixes the issue that create port with name does not take effect.