summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-12-15 10:07:55 -0600
committerSteve Martinelli <s.martinelli@gmail.com>2016-12-15 19:47:12 +0000
commit6615160361f375f480ce66947957513ee3dd0134 (patch)
tree2352f746b90e6e713ca4abe768d4cdc7e1518e66
parente2d1008aed7f0d3046e1aa539c03837318c4263a (diff)
downloados-client-config-6615160361f375f480ce66947957513ee3dd0134.tar.gz
Magnum's service_type is container_infra
Leave container_api_version since people might be depending on it. Also, add it to the constructors list, since we do know about it. Change-Id: I3bcb966154ac53269614c943ad9c2675b27d62d0
-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 89c844c..a78be6b 100644
--- a/os_client_config/constructors.json
+++ b/os_client_config/constructors.json
@@ -1,5 +1,6 @@
{
"compute": "novaclient.client.Client",
+ "container-infra": "magnumclient.client.Client",
"database": "troveclient.client.Client",
"identity": "keystoneclient.client.Client",
"image": "glanceclient.Client",
diff --git a/os_client_config/defaults.json b/os_client_config/defaults.json
index ba8bf39..b4e9dea 100644
--- a/os_client_config/defaults.json
+++ b/os_client_config/defaults.json
@@ -2,6 +2,7 @@
"auth_type": "password",
"baremetal_api_version": "1",
"container_api_version": "1",
+ "container_infra_api_version": "1",
"compute_api_version": "2",
"database_api_version": "1.0",
"disable_vendor_agent": {},