clean-up-output-of-solum-app-show
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-solumclient |
New
|
Low
|
Devdatta Kulkarni |
Bug Description
Current output of 'solum app show <app-name>' shows the following:
vagrant@
+------
| Property | Value |
+------
| app_url | 172.24.4.5:80 |
| entry_points | |
| description | default app description. |
| created_at | 2016-02-15T16:10:47 |
| languagepack | python |
| ports | [80] |
| source | {u'repository': u'https:/
| | python-
| trigger | [u'build', u'deploy'] |
| trigger_uuid | 3111cbf2-
| id | 87291ded-
| name | app1 |
+------
Following attributes might be confusing to users: entry_points, trigger_uuid, trigger.
We should rename trigger to trigger_actions.
For entry_points and trigger_uuid, we should clarify what they mean, possibly removing them from the output if they are not being used.
Changed in python-solumclient: | |
assignee: | nobody → Devdatta Kulkarni (devdatta-kulkarni) |
importance: | Undecided → Low |
milestone: | none → next-mitaka |