I can confirm the patch posted by James fixes the problem here is the result after the fixes.
ubuntu@etsi-ubuntu-jh:~$ heat stack-show heat_st WARNING (shell) "heat stack-show" is deprecated, please use "openstack stack show" instead +-----------------------+------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +-----------------------+------------------------------------------------------------------------------------------------------------------------+ | capabilities | [] | | creation_time | 2017-09-14T21:27:09Z | | deletion_time | None | | description | No description | | disable_rollback | True | | id | 81694895-0fd0-49ec-a468-0e2f150ccc21 | | links | http://192.0.5.159:8004/v1/2f236fb1e55c4db9841f64b7b386426c/stacks/heat_st/81694895-0fd0-49ec-a468-0e2f150ccc21 (self) | | notification_topics | [] | | outputs | [] | | parameters | { | | | "OS::project_id": "2f236fb1e55c4db9841f64b7b386426c", | | | "OS::stack_id": "81694895-0fd0-49ec-a468-0e2f150ccc21", | | | "OS::stack_name": "heat_st" | | | } | | parent | None | | stack_name | heat_st | | stack_owner | None | | stack_status | CREATE_COMPLETE | | stack_status_reason | Stack CREATE completed successfully | | stack_user_project_id | 56e3115a0a814f729ae14b0e19cba074 | | tags | null | | template_description | No description | | timeout_mins | None | | updated_time | None | +-----------------------+------------------------------------------------------------------------------------------------------------------------+ ubuntu@etsi-ubuntu-jh:~$
I can confirm the patch posted by James fixes the problem here is the result after the fixes.
ubuntu@ etsi-ubuntu- jh:~$ heat stack-show heat_st ------- ------- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -----+ ------- ------- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -----+ 14T21:27: 09Z | 0fd0-49ec- a468-0e2f150ccc 21 | 192.0.5. 159:8004/ v1/2f236fb1e55c 4db9841f64b7b38 6426c/stacks/ heat_st/ 81694895- 0fd0-49ec- a468-0e2f150ccc 21 (self) | b9841f64b7b3864 26c", | 0fd0-49ec- a468-0e2f150ccc 21", | project_ id | 56e3115a0a814f7 29ae14b0e19cba0 74 | description | No description | ------- ------- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -----+ etsi-ubuntu- jh:~$
WARNING (shell) "heat stack-show" is deprecated, please use "openstack stack show" instead
+------
| Property | Value |
+------
| capabilities | [] |
| creation_time | 2017-09-
| deletion_time | None |
| description | No description |
| disable_rollback | True |
| id | 81694895-
| links | http://
| notification_topics | [] |
| outputs | [] |
| parameters | { |
| | "OS::project_id": "2f236fb1e55c4d
| | "OS::stack_id": "81694895-
| | "OS::stack_name": "heat_st" |
| | } |
| parent | None |
| stack_name | heat_st |
| stack_owner | None |
| stack_status | CREATE_COMPLETE |
| stack_status_reason | Stack CREATE completed successfully |
| stack_user_
| tags | null |
| template_
| timeout_mins | None |
| updated_time | None |
+------
ubuntu@