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
This commit is contained in:
Monty Taylor 2015-11-14 12:12:39 -05:00
parent 3e76af913a
commit 0aefe152af
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"image_api_version": "2", "image_api_version": "2",
"image_format": "qcow2", "image_format": "qcow2",
"network_api_version": "2", "network_api_version": "2",
"object_api_version": "1", "object_store_api_version": "1",
"orchestration_api_version": "1", "orchestration_api_version": "1",
"secgroup_source": "neutron", "secgroup_source": "neutron",
"volume_api_version": "1" "volume_api_version": "1"

View File

@ -87,7 +87,7 @@
"default": "2", "default": "2",
"type": "string" "type": "string"
}, },
"object_api_version": { "object_store_api_version": {
"name": "Object Storage API Version", "name": "Object Storage API Version",
"description": "Object Storage API Version", "description": "Object Storage API Version",
"default": "1", "default": "1",
@ -114,7 +114,7 @@
"image_format", "image_format",
"interface", "interface",
"network_api_version", "network_api_version",
"object_api_version", "object_store_api_version",
"secgroup_source", "secgroup_source",
"volume_api_version" "volume_api_version"
] ]