summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-12-09 15:42:20 -0500
committerMonty Taylor <mordred@inaugust.com>2015-12-09 15:53:59 -0500
commitf4237a809cccbbffce2233b1f283b36a9ebb75c1 (patch)
tree7b1a29df094966dbbf2e40b6c5d385cd1a79fe8b
parentf3fff576d81ca82c7d7e3fad7c602e4fb9d15b37 (diff)
downloados-client-config-f4237a809cccbbffce2233b1f283b36a9ebb75c1.tar.gz
Add ceilometer constructor to known constructors
In porting ospurge to use get_legacy_client, it became clear that the ceilometer client constructor was missing. Add it. Change-Id: I1102105b78574378c4f11064e21245b08513247b
-rw-r--r--os_client_config/constructors.json (renamed from os_client_config/constructos.json)1
-rw-r--r--os_client_config/defaults.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/os_client_config/constructos.json b/os_client_config/constructors.json
index d9ebf2c..be44339 100644
--- a/os_client_config/constructos.json
+++ b/os_client_config/constructors.json
@@ -3,6 +3,7 @@
"database": "troveclient.client.Client",
"identity": "keystoneclient.client.Client",
"image": "glanceclient.Client",
+ "metering": "ceilometerclient.client.Client",
"network": "neutronclient.neutron.client.Client",
"object-store": "swiftclient.client.Connection",
"orchestration": "heatclient.client.Client",
diff --git a/os_client_config/defaults.json b/os_client_config/defaults.json
index eb8162e..6735b55 100644
--- a/os_client_config/defaults.json
+++ b/os_client_config/defaults.json
@@ -12,6 +12,7 @@
"image_api_use_tasks": false,
"image_api_version": "2",
"image_format": "qcow2",
+ "metering_api_version": "2",
"network_api_version": "2",
"object_store_api_version": "1",
"orchestration_api_version": "1",