yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09128
[Bug 1274216] [NEW] EndpointNotFound should take search parameters to create consistent error message
Public bug reported:
keystoneclient.apiclient.exceptions.EndpointNotFound should specify the
parameters that yielded no result. Specifically:
class EndpointNotFound(EndpointException):
def __init__(self, attr=None, filter_value=None,
service_type=None, endpoint_type=None,
region_name=None):
# create consistent message from args
** Affects: keystone
Importance: Undecided
Status: New
** Description changed:
keystoneclient.apiclient.exceptions.EndpointNotFound should specify the
parameters that yielded no result. Specifically:
- class EndpointNotFound(EndpointException):
- def __init__(self, attr=None, filter_value=None,
- service_type=None, endpoint_type=None,
- region_name=None):
- ...
+ class EndpointNotFound(EndpointException):
+ def __init__(self, attr=None, filter_value=None,
+ service_type=None, endpoint_type=None,
+ region_name=None):
+ # create consistent message from args
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1274216
Title:
EndpointNotFound should take search parameters to create consistent
error message
Status in OpenStack Identity (Keystone):
New
Bug description:
keystoneclient.apiclient.exceptions.EndpointNotFound should specify
the parameters that yielded no result. Specifically:
class EndpointNotFound(EndpointException):
def __init__(self, attr=None, filter_value=None,
service_type=None, endpoint_type=None,
region_name=None):
# create consistent message from args
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1274216/+subscriptions
Follow ups
References