← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1277463] [NEW] Unimplemented error on V3 get token

 

Public bug reported:

Configuring keystone on V3. If you try this curl command:

$ curl -i -X POST https://theserver:5000/v3/auth/tokens -H "Content-
Type: application/json" -d '{"auth": {"identity": {"methods":
["password"], "password": {"user": {"domain": {"name": "Default"},
"name": "USERNAME", "password": "PASSWORD"}}}}}' --insecure

The response is:

{"error": {"message": "The action you have requested has not been
implemented.", "code": 501, "title": "Not Implemented"}}

** Affects: keystone
     Importance: Undecided
     Assignee: Marcos Lobo (marcos-fermin-lobo)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Marcos Lobo (marcos-fermin-lobo)

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

Title:
  Unimplemented error on V3 get token

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Configuring keystone on V3. If you try this curl command:

  $ curl -i -X POST https://theserver:5000/v3/auth/tokens -H "Content-
  Type: application/json" -d '{"auth": {"identity": {"methods":
  ["password"], "password": {"user": {"domain": {"name": "Default"},
  "name": "USERNAME", "password": "PASSWORD"}}}}}' --insecure

  The response is:

  {"error": {"message": "The action you have requested has not been
  implemented.", "code": 501, "title": "Not Implemented"}}

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


Follow ups

References