Activity log for bug #1556407

Date Who What changed Old value New value Message
2016-03-12 10:37:15 PanFengyun bug added bug
2016-03-12 10:37:33 PanFengyun heat: assignee PanFengyun (pan-feng-yun)
2016-03-12 10:40:48 PanFengyun description After excuting "heat stack-delete overcloud", the stack_status of overcloud is not DELETE_IN_PROGRESS. Reduction step: 1.deploying overcloud --------- # openstack overcloud deploy --templates ~/templates/my-overcloud --control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor compute --neutron-public-interface nic1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server 192.168.220.5 # heat stack-list +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | DELETE_IN_PROGRESS | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ --------- 2.delete overcloud ---------- # heat stack-delete overcloud +--------------------------------------+------------+-----------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+-----------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | CREATE_COMPLETE | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+-----------------+---------------------+--------------+ # heat stack-list +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | DELETE_IN_PROGRESS | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ ---------- Desired result: # heat stack-delete overcloud +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | DELETE_IN_PROGRESS | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ reason: investigating After excuting "heat stack-delete overcloud", the stack_status of overcloud is not DELETE_IN_PROGRESS. Reduction step: 1.deploying overcloud --------- # openstack overcloud deploy --templates ~/templates/my-overcloud --control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor compute --neutron-public-interface nic1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server 192.168.220.5 # heat stack-list +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | CREATE_COMPLETE | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ --------- 2.delete overcloud ---------- # heat stack-delete overcloud +--------------------------------------+------------+-----------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+-----------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | CREATE_COMPLETE | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+-----------------+---------------------+--------------+ # heat stack-list +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | DELETE_IN_PROGRESS | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ ---------- Desired result: # heat stack-delete overcloud +--------------------------------------+------------+--------------------+---------------------+--------------+ | id | stack_name | stack_status | creation_time | updated_time | +--------------------------------------+------------+--------------------+---------------------+--------------+ | 47b54ecb-b010-475d-81fd-619fcc9b601f | overcloud | DELETE_IN_PROGRESS | 2016-03-11T14:52:02 | None | +--------------------------------------+------------+--------------------+---------------------+--------------+ reason: investigating
2016-03-12 13:09:42 Thomas Herve heat: status New Opinion
2016-03-14 11:35:07 PanFengyun heat: status Opinion New
2016-03-14 11:41:25 PanFengyun affects heat python-heatclient
2016-03-15 03:41:30 OpenStack Infra python-heatclient: status New In Progress
2016-03-25 02:59:06 OpenStack Infra python-heatclient: status In Progress Fix Released