python-muranoclient/releasenotes/notes/improved-cli-outputs-a3e75cf0224a1993.yaml
Jacek Tomasiak a4ef62e8b0 Make CLI outputs consistent with other OpenStack clients
Murano-client CLI prints out full list of items as a result of most
operations (e.g. create operation display list of all existing items
instead of just the created one).

This change is an attempt to make this behaviour consistent with other
clients (e.g. nova-client) which print out only items relevant to the
performed operation. Following rules were implemented:
- create/import operations display only items actually created/imported
- delete operations list of items after delete
- update/rename operations show only updated items (after update)

Change-Id: I14b0b310c4495255aeb6058851ec4db07fec3af5
Closes-Bug: #1544748
2016-02-16 12:39:32 +01:00

5 lines
129 B
YAML

---
fixes:
- Changed murano-client CLI outputs to show only items affected
by current operation instead of full item list.