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:
Mehdi Abaakouk 2015-09-21 17:07:49 +02:00
parent 1f342ef3e2
commit 30d8660d36
1 changed files with 1 additions and 1 deletions

View File

@ -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__()