Merge "Use only_contrib option for nova_client calls"

This commit is contained in:
Jenkins 2017-02-07 06:04:38 +00:00 committed by Gerrit Code Review
commit c6705b42e2
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class Notifier(object):
auth=auth)
extensions = [
ext for ext in nova_client.discover_extensions(NOVA_API_VERSION)
ext for ext in nova_client.discover_extensions(NOVA_API_VERSION,
only_contrib=True)
if ext.name == "server_external_events"]
self.nclient = nova_client.Client(
NOVA_API_VERSION,