← Back to team overview

yahoo-eng-team team mailing list archive

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

 

*** This bug is a duplicate of bug 1208784 ***
    https://bugs.launchpad.net/bugs/1208784

** This bug has been marked a duplicate of bug 1208784
   Clients cannot create literal IPV6 address base on auth_host

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (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):
  Triaged

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


References