python-manilaclient/releasenotes/notes/bug-1989818-fix-share-network-output-format-93d997f0f4a33fab.yaml
Clifford Emeka 799278e644 [OSC] Fix output format for osc share subnet create
The format of the osc share network subnet create command
output has been updated to return a list of hosts instead
of a dictionary, as we do for other commands in the client.
With this change, we are enhancing the consistency of the
client and the readability of the output.

Closes-bug: #1989818

Change-Id: I05413e9e8b846d725d8fe021daf5d320857aac2f
2023-03-26 17:03:13 +01:00

7 lines
205 B
YAML

---
fixes:
- |
The format of the osc share network subnet create command output has been
updated to return a list of hosts instead of a dictionary, as we do for
other commands in the client.