Fix variable typos
Neutron service are not correctly skipped because of a typo in KEYSTONE_REQUIRED_FOR_SERVICE. Closes-bug: 1498019 Change-Id: I7e7af5fc49a97c385d77a05cdba5bc4a1a045bfa
This commit is contained in:
parent
1f342ef3e2
commit
30d8660d36
@ -18,7 +18,7 @@ from ceilometer import neutron_client
|
||||
|
||||
|
||||
class _BaseServicesDiscovery(plugin_base.DiscoveryBase):
|
||||
REQUIRED_KEYSTONE_FOR_SERVICE = 'neutron'
|
||||
KEYSTONE_REQUIRED_FOR_SERVICE = 'neutron'
|
||||
|
||||
def __init__(self):
|
||||
super(_BaseServicesDiscovery, self).__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user