summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-05 02:11:23 -0500
committerMonty Taylor <mordred@inaugust.com>2015-11-05 05:24:35 -0500
commit059d314ba44fd52f16436bf104b1a476df77bbdb (patch)
tree0addb9ec5e45d1cd33544b5dbc8eab6e8ed1777e
parent588be0126307a6b6dd0582ea546c73f05f23b919 (diff)
downloados-client-config-059d314ba44fd52f16436bf104b1a476df77bbdb.tar.gz
Update network api version in defaults.json
neutronclient expects 2.0, not 2 - but we'd not noticed because all of the consumption of client constructors were bypasing the version arg for neutron. In a follow-up patch we'll fix that, but the value in defaults.json is just straight wrong. Change-Id: I684c4ef063193355c6cf936d4f18576db919762b
-rw-r--r--os_client_config/defaults.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_client_config/defaults.json b/os_client_config/defaults.json
index 9239d0f..d88ad04 100644
--- a/os_client_config/defaults.json
+++ b/os_client_config/defaults.json
@@ -11,7 +11,7 @@
"image_api_use_tasks": false,
"image_api_version": "2",
"image_format": "qcow2",
- "network_api_version": "2",
+ "network_api_version": "2.0",
"object_api_version": "1",
"orchestration_api_version": "1",
"secgroup_source": "neutron",