yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22268
[Bug 1370492] Re: calling curl "HEAD" ops time out on /v3/auth/tokens
Curl's man page:
This option only changes the actual word used in the HTTP request, it
does not alter the way curl behaves. So for example if you want to make
a proper HEAD request, using -X HEAD will not suffice. You need to use
the -I, --head option.
Looks like -X HEAD is not sufficient.
** Changed in: keystone
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1370492
Title:
calling curl "HEAD" ops time out on /v3/auth/tokens
Status in OpenStack Identity (Keystone):
Invalid
Bug description:
the following command works -->
'curl -H "x-auth-token:$TOKEN" -H "x-subject-token:$TOKEN" http://localhost:35357/v3/auth/tokens'
but this command does not work. it does not return (hangs indefinitely) -->
'curl -X HEAD -H "x-auth-token:$TOKEN" -H "x-subject-token:$TOKEN" http://localhost:35357/v3/auth/tokens'
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1370492/+subscriptions
References