yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28884
[Bug 1426448] [NEW] Identity API spec for creating domain-config should be PUT not POST
Public bug reported:
The API for creating a domain specific config incorrectly shows
POST /domains/{domain_id}/config
instead of
PUT /domains/{domain_id}/config
...which is what the code does, since the /config part of the API is not
valid until the config is create.
** Affects: keystone
Importance: High
Assignee: Henry Nash (henry-nash)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1426448
Title:
Identity API spec for creating domain-config should be PUT not POST
Status in OpenStack Identity (Keystone):
In Progress
Bug description:
The API for creating a domain specific config incorrectly shows
POST /domains/{domain_id}/config
instead of
PUT /domains/{domain_id}/config
...which is what the code does, since the /config part of the API is
not valid until the config is create.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1426448/+subscriptions
Follow ups
References