Bug 1226957
| Summary: | CREATE_FAILED for overcloud deploy on baremetal, 1 node active, 1 in error state: "BadRequest: Expecting to find username or userId in passwordCredentials" | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ronelle Landy <rlandy> |
| Component: | rhosp-director | Assignee: | Jay Dobies <jason.dobies> |
| Status: | CLOSED ERRATA | QA Contact: | Udi Kalifon <ukalifon> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 (Kilo) | CC: | calfonso, jason.dobies, jtomasek, mburns, morazi, rhel-osp-director-maint |
| Target Milestone: | ga | Keywords: | Automation, TestOnly, Triaged |
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 13:52:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ronelle Landy
2015-06-01 14:11:31 UTC
We are getting the same error when trying to deploy overcloud via Tuskar-UI
[root@localhost heat]# cat heat-engine.log | grep error
2015-05-21 09:35:03.940 2051 TRACE heat.engine.resource BadRequest: Expecting to find username or userId in passwordCredentials - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400)
2015-05-21 09:35:04.987 2051 INFO heat.engine.stack [-] Stack CREATE FAILED (overcloud-Compute-uoogcnoy5gru-0-4wbvn3zxvcf5): Resource CREATE failed: BadRequest: Expecting to find username or userId in passwordCredentials - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400)
[root@localhost heat]# cat heat-api.log | grep error
2015-05-22 07:32:18.435 1229 DEBUG heat.common.serializers [-] JSON response : {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Resource (Controller-1-servers) could not be found in Stack overcloud.", "traceback": "Traceback (most recent call last):\n\n File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 302, in wrapped\n return func(self, ctx, *args, **kwargs)\n\n File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 1095, in describe_stack_resource\n stack_name=stack.name)\n\nResourceNotFound: The Resource (Controller-1-servers) could not be found in Stack overcloud.\n", "type": "ResourceNotFound"}, "title": "Not Found"} to_json /usr/lib/python2.7/site-packages/heat/common/serializers.py:42
2015-05-22 07:32:18.656 1229 DEBUG heat.common.serializers [-] JSON response : {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Resource (Cinder-Storage-1-servers) could not be found in Stack overcloud.", "traceback": "Traceback (most recent call last):\n\n File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 302, in wrapped\n return func(self, ctx, *args, **kwargs)\n\n File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 1095, in describe_stack_resource\n stack_name=stack.name)\n\nResourceNotFound: The Resource (Cinder-Storage-1-servers) could not be found in Stack overcloud.\n", "type": "ResourceNotFound"}, "title": "Not Found"} to_json /usr/lib/python2.7/site-packages/heat/common/serializers.py:42
2015-05-22 07:32:18.869 1229 DEBUG heat.common.serializers [-] JSON response : {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Resource (Compute-1-servers) could not be found in Stack overcloud.", "traceback": "Traceback (most recent call last):\n\n File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 302, in wrapped\n return func(self, ctx, *args, **kwargs)\n\n File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 1095, in describe_stack_resource\n stack_name=stack.name)\n\nResourceNotFound: The Resource (Compute-1-servers) could not be found in Stack overcloud.\n", "type": "ResourceNotFound"}, "title": "Not Found"} to_json /usr/lib/python2.7/site-packages/heat/common/serializers.py:42
2015-05-22 07:32:19.031 1229 DEBUG heat.common.serializers [-] JSON response : {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Resource (Swift-Storage-1-servers) could not be found in Stack overcloud.", "traceback": "Traceback (most recent call last):\n\n File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 302, in wrapped\n return func(self, ctx, *args, **kwargs)\n\n File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 1095, in describe_stack_resource\n stack_name=stack.name)\n\nResourceNotFound: The Resource (Swift-Storage-1-servers) could not be found in Stack overcloud.\n", "type": "ResourceNotFound"}, "title": "Not Found"} to_json /usr/lib/python2.7/site-packages/heat/common/serializers.py:42
2015-05-22 07:32:19.195 1229 DEBUG heat.common.serializers [-] JSON response : {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Resource (Ceph-Storage-1-servers) could not be found in Stack overcloud.", "traceback": "Traceback (most recent call last):\n\n File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 302, in wrapped\n return func(self, ctx, *args, **kwargs)\n\n File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 1095, in describe_stack_resource\n stack_name=stack.name)\n\nResourceNotFound: The Resource (Ceph-Storage-1-servers) could not be found in Stack overcloud.\n", "type": "ResourceNotFound"}, "title": "Not Found"} to_json /usr/lib/python2.7/site-packages/heat/common/serializers.py:42
This should now be resolved. Verified in puddle 2015-06-24 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1549 |