← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266416] [NEW] URL parsing issue with IPv6 Auth URL in Keystone Client 0.3.2

 

Public bug reported:

While executing keystone commands with IPV6 auth URL (OS_AUTH_URL) we are facing parsing issues.
Following are the details:

Auth URL:
    OS_AUTH_URL=http://[2001:ef07::1234]:5000/v2.0

>> keystone --debug user-list

REQ: curl -i -X POST http://[2001:ef07::1234]:5000/v2.0/tokens -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient"
REQ BODY: {"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "admin"}}}

Authorization Failed: Failed to parse: Failed to parse:
2001:ef07::1234:5000

** Affects: keystone
     Importance: Undecided
     Assignee: boddepalli srikanth (boddepalli-srikanth)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => boddepalli srikanth (boddepalli-srikanth)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1266416

Title:
  URL parsing issue with IPv6 Auth URL in Keystone Client 0.3.2

Status in OpenStack Identity (Keystone):
  New

Bug description:
  While executing keystone commands with IPV6 auth URL (OS_AUTH_URL) we are facing parsing issues.
  Following are the details:

  Auth URL:
      OS_AUTH_URL=http://[2001:ef07::1234]:5000/v2.0

  >> keystone --debug user-list

  REQ: curl -i -X POST http://[2001:ef07::1234]:5000/v2.0/tokens -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient"
  REQ BODY: {"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "admin"}}}

  Authorization Failed: Failed to parse: Failed to parse:
  2001:ef07::1234:5000

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1266416/+subscriptions


Follow ups

References