summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-14 12:12:39 -0500
committerMonty Taylor <mordred@inaugust.com>2015-11-14 12:14:10 -0500
commit0aefe152af40436f532e3b37ff8ab602a0af6e6f (patch)
tree2d22bc6162e8ca6a5bd5807100a509c98c3de244
parent3e76af913ae4a29ba1e4dd9fb4cf3b5ca109f79c (diff)
downloados-client-config-0aefe152af40436f532e3b37ff8ab602a0af6e6f.tar.gz
Fix name of the object-store api key
There is only one value for this, and it's not consumed in the process of making a swift client, so the chances that anyone set it to something else are pretty much nil. However, for completeness we should make it the right name, as "object-store" is the service key name for swift, not "object". Change-Id: I395c1c44a2f50996b61dff22e07149b8dd13eda9
-rw-r--r--os_client_config/defaults.json2
-rw-r--r--os_client_config/schema.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/os_client_config/defaults.json b/os_client_config/defaults.json
index 208641a..eb8162e 100644
--- a/os_client_config/defaults.json
+++ b/os_client_config/defaults.json
@@ -13,7 +13,7 @@
"image_api_version": "2",
"image_format": "qcow2",
"network_api_version": "2",
- "object_api_version": "1",
+ "object_store_api_version": "1",
"orchestration_api_version": "1",
"secgroup_source": "neutron",
"volume_api_version": "1"
diff --git a/os_client_config/schema.json b/os_client_config/schema.json
index dfd1f4a..8110d58 100644
--- a/os_client_config/schema.json
+++ b/os_client_config/schema.json
@@ -87,7 +87,7 @@
"default": "2",
"type": "string"
},
- "object_api_version": {
+ "object_store_api_version": {
"name": "Object Storage API Version",
"description": "Object Storage API Version",
"default": "1",
@@ -114,7 +114,7 @@
"image_format",
"interface",
"network_api_version",
- "object_api_version",
+ "object_store_api_version",
"secgroup_source",
"volume_api_version"
]