Activity log for bug #1588130

Date Who What changed Old value New value Message
2016-06-02 02:40:52 Wenzhi Yu bug added bug
2016-06-02 02:40:52 Wenzhi Yu attachment added h-api.log.2016-06-01-235824 https://bugs.launchpad.net/bugs/1588130/+attachment/4674862/+files/h-api.log.2016-06-01-235824
2016-06-02 02:41:24 Wenzhi Yu description Version: heatclient: 1.2.0 heat: master on 67e6f20967c67daae93d92096195fd2701af6e17 Procedure: 1. I created a magnum bay with following cmds: magnum baymodel-create --name k8sbaymodel --image-id fedora-atomic-latest --keypair-id default --external-network-id public --dns-nameserver 8.8.8.8 --flavor-id m1.small --docker-volume-size 5 --network-driver flannel --coe kubernetes magnum bay-create --name fail_bay --baymodel k8sbaymodel --node-count 3 2. The bay creation failed and I tried to do list the failing resources of the bay: If I don't speficy the 'nested-depth' option the cmd works fine: heat resource-list fail_bay -f status=FAILED But if 'nested-depth' option was specified, the filters would not work and all of the resources are returned: heat resource-list fail_bay -n 2 -f status=FAILED Expected: Only the failed resources of stack 'failbay' will be returned Actual: All resources of stack 'failbay' returned. For the details of heat command output please see[1], heat logs are attached. [1]http://paste.openstack.org/show/507123/ Version: heatclient: 1.2.0 heat: master on 67e6f20967c67daae93d92096195fd2701af6e17 Procedure: 1. I created a magnum bay with following cmds: magnum baymodel-create --name k8sbaymodel --image-id fedora-atomic-latest --keypair-id default --external-network-id public --dns-nameserver 8.8.8.8 --flavor-id m1.small --docker-volume-size 5 --network-driver flannel --coe kubernetes magnum bay-create --name fail_bay --baymodel k8sbaymodel --node-count 3 2. The bay creation failed and I tried to do list the failing resources of the bay: If I don't speficy the 'nested-depth' option the cmd works fine: heat resource-list fail_bay -f status=FAILED But if 'nested-depth' option was specified, the filters would not work and all of the resources are returned: heat resource-list fail_bay -n 2 -f status=FAILED Expected: Only the failed resources of stack 'fail_bay' will be returned Actual: All resources of stack 'fail_bay' returned. For the details of heat command output please see[1], heat logs are attached. [1]http://paste.openstack.org/show/507123/
2016-06-02 02:42:25 Wenzhi Yu attachment added h-eng.log.2016-06-01-235824 https://bugs.launchpad.net/heat/+bug/1588130/+attachment/4674863/+files/h-eng.log.2016-06-01-235824
2016-06-02 03:56:12 Rabi Mishra heat: assignee Rabi Mishra (rabi)
2016-06-02 03:56:25 Rabi Mishra heat: importance Undecided Medium
2016-06-02 04:47:28 OpenStack Infra heat: status New In Progress
2016-06-08 13:43:41 Rabi Mishra heat: milestone newton-2
2016-06-09 12:36:55 OpenStack Infra heat: status In Progress Fix Released