Comment 2 for bug 1286185

Revision history for this message
Ladislav Smola (lsmola) wrote :

seems like auth failure when sending:

curl -X POST "http://192.0.2.3:8000/v1/waitcondition/arn%3Aopenstack%3Aheat%3A%3Ace7d690c041e46dc982846f4e4d0fa5e%3Astacks%2Fovercloud%2F917434b0-3592-43a2-ae24-a6a0904f5a15%2Fresources%2FNovaCompute1CompletionHandle?Timestamp=2014-03-13T09%3A48%3A55Z&SignatureMethod=HmacSHA256&AWSAccessKeyId=3ab500ceebfb43c9a8ce41b1f90a52df&SignatureVersion=2&Signature=JeMY902pIZz1lqwhM9J2Stdkfo5FwSGyKIlEte66M6U%3D"

I got:

Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.599 4183 INFO heat.api.aws.ec2token [-] Checking AWS credentials..
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.599 4183 INFO heat.api.aws.ec2token [-] AWS credentials found, checking against keystone.
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.599 4183 INFO heat.api.aws.ec2token [-] Authenticating with http://127.0.0.1:5000/v2.0/ec2tokens
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.602 4183 INFO requests.packages.urllib3.connectionpool [-] Starting new HTTP connection (1): 127.0.0.1
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy keystone-all[16507]: 2014-03-13 10:08:15.610 16507 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 127.0.0.1
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.612 4183 DEBUG requests.packages.urllib3.connectionpool [-] "POST /v2.0/ec2tokens HTTP/1.1" 401 114 _make_request /opt/stack/venvs/heat/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:344
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.613 4183 INFO heat.api.aws.ec2token [-] AWS authentication failure.
Mar 13 10:08:15 undercloud-undercloud-ojsfmisefovy heat-api-cfn[4183]: 2014-03-13 10:08:15.613 4183 DEBUG root [-] XML response : <ErrorResponse><Error><Message>User is not authorized to pe

I am trying to compare stack-create and stack-update now.