summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_client_config/config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/os_client_config/config.py b/os_client_config/config.py
index 6612bff..8cdb06c 100644
--- a/os_client_config/config.py
+++ b/os_client_config/config.py
@@ -70,10 +70,6 @@ class OpenStackConfig(object):
self.cloud_config = dict(
clouds=dict(openstack=dict(self.defaults)))
- @classmethod
- def get_services(klass):
- return SERVICES
-
def _load_config_file(self):
for path in self._config_files:
if os.path.exists(path):