summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Botting <andy@andybotting.com>2017-01-18 15:54:00 +1100
committerAndy Botting <andy@andybotting.com>2017-01-18 16:10:17 +1100
commitcc2b337dcd55d8d2edd53b6000f1dd128636b529 (patch)
tree5393d0de00f7898982a233e9f053951aa0ef9265
parent90c3d001b6ceb7a7b17bc3c4906c2b4746e24d44 (diff)
downloados-client-config-cc2b337dcd55d8d2edd53b6000f1dd128636b529.tar.gz
Add support for Murano
Add Murano support with the service name 'application-catalog' Change-Id: I42794993b8f6208d40786e83ec80ee64a0879415
-rw-r--r--os_client_config/constructors.json1
-rw-r--r--os_client_config/defaults.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/os_client_config/constructors.json b/os_client_config/constructors.json
index a78be6b..7ad420e 100644
--- a/os_client_config/constructors.json
+++ b/os_client_config/constructors.json
@@ -1,4 +1,5 @@
{
+ "application-catalog": "muranoclient.client.Client",
"compute": "novaclient.client.Client",
"container-infra": "magnumclient.client.Client",
"database": "troveclient.client.Client",
diff --git a/os_client_config/defaults.json b/os_client_config/defaults.json
index b4e9dea..65f8961 100644
--- a/os_client_config/defaults.json
+++ b/os_client_config/defaults.json
@@ -1,4 +1,5 @@
{
+ "application_catalog_api_version": "1",
"auth_type": "password",
"baremetal_api_version": "1",
"container_api_version": "1",