yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10264
[Bug 1284972] [NEW] Creating a region using V3 api fails in backend code when missing description
Public bug reported:
When creating a region using the V3 API, the request fails out in the
backend code. This check should be handled in the controller/manager
like it does for other resources (federation does this -
https://github.com/openstack/keystone/blob/master/keystone/contrib/federation/controllers.py#L43-L44)
We could use the same functionality provided in
https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L607
to fix this:
http://paste.openstack.org/show/69690/
** Affects: keystone
Importance: Undecided
Status: New
** Description changed:
When creating a region using the V3 API, the request fails out in the
backend code. This check should be handled in the controller/manager
- like it does for other resources (federation does this - -
+ like it does for other resources (federation does this -
https://github.com/openstack/keystone/blob/master/keystone/contrib/federation/controllers.py#L43-L44)
We could use the same functionality provided in
https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L607
to fix this:
http://paste.openstack.org/show/69690/
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1284972
Title:
Creating a region using V3 api fails in backend code when missing
description
Status in OpenStack Identity (Keystone):
New
Bug description:
When creating a region using the V3 API, the request fails out in the
backend code. This check should be handled in the controller/manager
like it does for other resources (federation does this -
https://github.com/openstack/keystone/blob/master/keystone/contrib/federation/controllers.py#L43-L44)
We could use the same functionality provided in
https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L607
to fix this:
http://paste.openstack.org/show/69690/
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1284972/+subscriptions
Follow ups
References