Some of orchestration commands headers are not in sync as other headers in python-openstackclient

Bug #1643492 reported by Vijendra Soni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-heatclient
Fix Released
Undecided
Vijendra Soni
python-openstackclient
Invalid
Undecided
Vijendra Soni

Bug Description

Issue with some of openstack orchestration commands headers. For example

1. openstack orchestration service list
+----------+-------------+--------------------------------------+--------+--------+----------------------------+--------+
| hostname | binary | engine_id | host | topic | updated_at | status |
+----------+-------------+--------------------------------------+--------+--------+----------------------------+--------+
| ubuntu | heat-engine | 8bf4f843-4106-4da5-9bbd-6efbf8eb82fe | ubuntu | engine | 2016-11-20T15:06:06.000000 | up |
| ubuntu | heat-engine | 8d62a8d8-fa45-496b-9a20-557761e56b2d | ubuntu | engine | 2016-11-20T15:06:06.000000 | up |
| ubuntu | heat-engine | 913c2f17-c76e-4848-a2f4-c04bf9233bca | ubuntu | engine | 2016-11-20T15:06:06.000000 | up |
| ubuntu | heat-engine | ea8427e4-fd4a-4260-8704-d38260352925 | ubuntu | engine | 2016-11-20T15:06:05.000000 | up |
+----------+-------------+--------------------------------------+--------+--------+----------------------------+--------+

As shown above header columns ( hostname, binary, engine_id, host, topic, updated_at and status) are not in sync with other python-openstackclient commands headers. For example :

 openstack port list
+--------------------------------------+------+-------------------+-----------------------------------------------------------------+--------+
| ID | Name | MAC Address | Fixed IP Addresses | Status |
+--------------------------------------+------+-------------------+---------------------------------------

Same issue with
2. openstack orchestration template version list
+--------------------------------------+------+
| version | type |
+--------------------------------------+------+

3. openstack orchestration template function list heat_template_version.2013-05-23
+---------------------+-------------------------------------------------------------------------+
| functions | description |
+---------------------+-------------------------------------------------------------------------+

Need to correct header with proper syntax to keep it sync with other commands headers.

Changed in python-openstackclient:
assignee: nobody → Vijendra Soni (vijendra-soni)
summary: - orchestration service list header is not in sync as other headers in
- python-openstackclient
+ Some of orchestration commands headers are not in sync as other headers
+ in python-openstackclient
description: updated
Revision history for this message
Steve Martinelli (stevemar) wrote :

the "heat" related commands in OSC are actually implemented in python-heatclient: https://github.com/openstack/python-heatclient/tree/master/heatclient/osc

Changed in python-openstackclient:
status: New → Invalid
Changed in python-heatclient:
assignee: nobody → Vijendra Soni (vijendra-soni)
Changed in python-heatclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-heatclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/400679

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

Reviewed: https://review.openstack.org/400679
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=b24df1f39b2d099e1bb8ba9788d53d62ba0e93cb
Submitter: Jenkins
Branch: master

commit b24df1f39b2d099e1bb8ba9788d53d62ba0e93cb
Author: Vijendra Soni <email address hidden>
Date: Mon Nov 21 07:02:23 2016 +0530

    Update headers for the Openstack Orchestration commands

    Updated headers for the following commands
    openstack orchestration service list, openstack
    orchestration template version list, and
    openstack orchestration template function list
    to keep syncronized with other Openstack commands headers

    Change-Id: I57f03369a501080356e5292582654cd703803b96
    Closes-Bug: #1643492

Changed in python-heatclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-heatclient 1.7.0

This issue was fixed in the openstack/python-heatclient 1.7.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.