Merge "Use only_contrib option for nova_client calls"
This commit is contained in:
commit
c6705b42e2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user