category-show subcommand don`t show packages for selected category
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-muranoclient |
Fix Released
|
Medium
|
Konstantin | ||
Mitaka |
Confirmed
|
Undecided
|
Unassigned | ||
Newton |
Fix Released
|
Medium
|
Konstantin |
Bug Description
How to reproduce
#. Set up DevStack with glare backend
#. Get list of categories using category-list subcommand
murano --murano-
#. Add one application to category "Web" via horizon
#. Find ID of category "Web" in murano client output
#. Try to show this category
murano --murano-
Actual output:
+------
| Property | Value |
+------
| id | <ID> |
| name | Web |
| packages | |
+------
Expected output:
+------
| Property | Value |
+------
| id | <ID> |
| name | Web |
| packages | <list of packages> |
+------
Fix proposed to branch: master /review. openstack. org/297230
Review: https:/