Activity log for bug #1570704

Date Who What changed Old value New value Message
2016-04-15 06:20:16 Di XiaoLi bug added bug
2016-04-15 06:20:33 Di XiaoLi description I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments: resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not got the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | So, we should return the id of the resource in Show Resource Data API. I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments:   resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not get the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | So, we should return the id of the resource in Show Resource Data API.
2016-04-15 06:20:47 Di XiaoLi heat: assignee Di XiaoLi (dixiaobj)
2016-04-15 08:41:30 Di XiaoLi summary Show Resource Data API did not response the id of the resource. We'd better not use "resource_id" in command heat-manage resource_data_list
2016-04-15 08:48:51 Di XiaoLi description I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments:   resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not get the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | So, we should return the id of the resource in Show Resource Data API. I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments:   resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not get the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | It is not inconvenient for cloud operations for using this command, as he needs to get the resource id by login to the db. We can change this command's parameters to resource_name and stack_id.
2016-04-15 08:52:18 Di XiaoLi description I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments:   resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not get the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | It is not inconvenient for cloud operations for using this command, as he needs to get the resource id by login to the db. We can change this command's parameters to resource_name and stack_id. I am using command: # heat-manage resource_data_list -h usage: heat-manage resource_data_list [-h] resource_id positional arguments:   resource_id Stack resource id This command needs the resource id parameter. Then I try to use the following command to get the resource id that I need #heat resource-show my_stack my_resource But did not get the resource.id Then I login the mysql db and got the id value: mysql> select resource_id from resource_data; +-------------+ | resource_id | +-------------+ | 194 | It is inconvenient for cloud operations for using this command, as he needs to get the resource id by login to the db. We can change this command's parameters to resource_name and stack_id.
2016-04-15 09:27:17 OpenStack Infra heat: status New In Progress
2017-03-01 08:35:19 Di XiaoLi heat: assignee Di XiaoLi (dixiaoli)
2018-05-07 08:01:18 Rico Lin heat: milestone no-priority-tag-bugs