Stop registering "graphs" resource to quota

As it's a POST-only special purpose resource, quota doesn't
make much sense.  Even worse, it prevents the new quota_details
extension from working if lbaas is configured.

Closes-Bug: #1715594
Change-Id: I9bc85c9bab1fba1ae54259cde6f34f6b8d43b4a9
This commit is contained in:
YAMAMOTO Takashi 2017-09-07 18:19:53 +09:00
parent c0a7975bd1
commit 0c93199f18
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Lb_graph(extensions.ExtensionDescriptor):
plural_mappings,
RESOURCE_ATTRIBUTE_MAP,
constants.LOADBALANCERV2,
register_quota=True)
register_quota=False)
return resources
@classmethod