Activity log for bug #1643492

Date Who What changed Old value New value Message
2016-11-21 09:52:49 Vijendra Soni bug added bug
2016-11-21 09:52:56 Vijendra Soni python-openstackclient: assignee Vijendra Soni (vijendra-soni)
2016-11-21 10:04:06 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
2016-11-21 10:22:32 Vijendra Soni description 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 | +--------------------------------------+------+-------------------+--------------------------------------- Need to correct header with proper syntax to keep it sync with other commands headers. 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.
2016-11-21 15:07:17 Steve Martinelli bug task added python-heatclient
2016-11-21 15:07:24 Steve Martinelli python-openstackclient: status New Invalid
2016-11-22 04:23:14 Vijendra Soni python-heatclient: assignee Vijendra Soni (vijendra-soni)
2016-11-22 10:07:24 Vijendra Soni python-heatclient: status New In Progress
2016-12-13 09:30:10 OpenStack Infra python-heatclient: status In Progress Fix Released