summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-03-20 11:19:08 -0500
committerMonty Taylor <mordred@inaugust.com>2017-03-21 08:39:15 -0500
commitbd0a40ecc646e9fe1d8bad7eb21abc58b1d9baaa (patch)
tree349e38293b1725a016b7a891eea6492654e5a672
parent8acef660cdac365ad1d48a2a963093d64a046f09 (diff)
downloados-client-config-bd0a40ecc646e9fe1d8bad7eb21abc58b1d9baaa.tar.gz
Add designateclient to constructors list
We've had this mapping over in shade for a while. No sense in keeping the fun all to ourselves. Change-Id: Icb2b98b621cfa8cff86c534bfba8f5de2c818e95
-rw-r--r--os_client_config/constructors.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/os_client_config/constructors.json b/os_client_config/constructors.json
index 7ad420e..2819bf3 100644
--- a/os_client_config/constructors.json
+++ b/os_client_config/constructors.json
@@ -3,6 +3,7 @@
"compute": "novaclient.client.Client",
"container-infra": "magnumclient.client.Client",
"database": "troveclient.client.Client",
+ "dns": "designateclient.client.Client",
"identity": "keystoneclient.client.Client",
"image": "glanceclient.Client",
"key-manager": "barbicanclient.client.Client",