yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21455
[Bug 1370492] [NEW] calling curl "HEAD" ops time out on /v3/auth/tokens
Public bug reported:
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'
** Affects: keystone
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References