heat stack creation failed with keystone v3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OPNFV |
In Progress
|
High
|
Unassigned | ||
OpenStack Heat Charm |
Fix Released
|
High
|
James Page |
Bug Description
After doing the deployment with latest heat charm running a simple test to create the resource under heat template fails on authentication failure.
cat autoscaling_
heat_template_
resources:
test_group:
type: OS::Heat:
properties:
desired_
max_size: 0
min_size: 0
resource:
type: OS::Heat:
test_policy:
type: OS::Heat:
properties:
adjustmen
auto_
scaling_
ubuntu@
heat stack-create --template-file autoscaling_
WARNING (shell) "heat stack-create" is deprecated, please use "openstack stack create" instead
WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead
+------
| id | stack_name | stack_status | creation_time | updated_time |
+------
| c0a3cb1a-
+------
ubuntu@
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-
| deletion_time | None |
| description | No description |
| disable_rollback | True |
| id | c0a3cb1a-
| links | http://
| notification_topics | [] |
| outputs | [] |
| parameters | { |
| | "OS::project_id": "546499c82a8249
| | "OS::stack_id": "c0a3cb1a-
| | "OS::stack_name": "heat_st" |
| | } |
| parent | None |
| stack_name | heat_st |
| stack_owner | None |
| stack_status | CREATE_FAILED |
| stack_status_reason | Resource CREATE failed: AuthorizationFa
| | resources.
| stack_user_
| tags | null |
| template_
| timeout_mins | None |
| updated_time | None |
+------
Changed in opnfv: | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in charm-heat: | |
milestone: | none → 17.11 |
Changed in charm-heat: | |
status: | Fix Committed → Fix Released |
heat log sho the below error. _rabbit" is deprecated for removal. Its value may be silently ignored in the future. 9a1a-4957- 9e19-cc66fe5fa4 4c - admin - - -] Option "auth_plugin" from group "trustee" is deprecated. Use option "auth_type" from group "trustee". clients. keystoneclient [req-d4e1387c- 9a1a-4957- 9e19-cc66fe5fa4 4c - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-d4e1387c- 9a1a-4957- 9e19-cc66fe5fa4 4c - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-d4e1387c- 9a1a-4957- 9e19-cc66fe5fa4 4c - admin - - -] Domain admin client authentication failed ac3b-4cba- b679-22fa46711e ce - admin - - -] Option "auth_plugin" from group "trustee" is deprecated. Use option "auth_type" from group "trustee". clients. keystoneclient [req-729f984d- ac3b-4cba- b679-22fa46711e ce - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-729f984d- ac3b-4cba- b679-22fa46711e ce - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-729f984d- ac3b-4cba- b679-22fa46711e ce - admin - - -] Domain admin client authentication failed 9f5a-4e68- 8719-9d1597be16 3e - admin - - -] Option "auth_plugin" from group "trustee" is deprecated. Use option "auth_type" from group "trustee". clients. keystoneclient [req-3b132976- 9f5a-4e68- 8719-9d1597be16 3e - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-3b132976- 9f5a-4e68- 8719-9d1597be16 3e - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-3b132976- 9f5a-4e68- 8719-9d1597be16 3e - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-2ccc34cd- 821a-47cd- be03-4350c1f880 f6 - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-2ccc34cd- 821a-47cd- be03-4350c1f880 f6 - admin - - -] Domain admin client authentication failed clients. keystoneclient [req-2ccc34cd- 821a-47cd- be03-4350c1f880 f6 - admin - - -] Domain admin client authentication failed
2017-09-06 10:56:49.663 27620 WARNING oslo_config.cfg [-] Option "rabbit_password" from group "oslo_messaging
2017-09-06 17:01:16.177 27616 WARNING oslo_config.cfg [req-d4e1387c-
2017-09-06 17:01:16.925 27616 ERROR heat.engine.
2017-09-06 17:01:17.673 27617 ERROR heat.engine.
2017-09-06 17:01:19.341 27619 ERROR heat.engine.
2017-09-06 17:03:21.484 27620 WARNING oslo_config.cfg [req-729f984d-
2017-09-06 17:03:22.165 27620 ERROR heat.engine.
2017-09-06 17:03:22.892 27618 ERROR heat.engine.
2017-09-06 17:03:24.497 27618 ERROR heat.engine.
2017-09-06 18:32:27.573 27617 WARNING oslo_config.cfg [req-3b132976-
2017-09-06 18:32:28.194 27617 ERROR heat.engine.
2017-09-06 18:32:28.948 27620 ERROR heat.engine.
2017-09-06 18:32:30.553 27620 ERROR heat.engine.
2017-09-06 18:35:58.046 27616 ERROR heat.engine.
2017-09-06 18:35:58.759 27617 ERROR heat.engine.
2017-09-06 18:36:00.306 27617 ERROR heat.engine.
complete logs can be found at
sudo pastebinit < /var/log/ heat/heat- engine. log paste.ubuntu. com/25479762/
http://