Skip to content

Commit 7edd173

Browse files
committed
CI fix: Use the un-deprecated v3 etcd API
Tooz defaults no longer work with the etcd version we're using. Change-Id: I400f0dcfff839d17319b03b81a8bf3f7de0787a4
1 parent 5246705 commit 7edd173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devstack/plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function configure_for_dlm {
6565
# set lock acquire timeout
6666
populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination acquire_timeout=$GENERIC_SWITCH_DLM_ACQUIRE_TIMEOUT
6767
# set ectd3 backend
68-
populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination backend_url="etcd3+http://${SERVICE_HOST}:${ETCD_PORT:-2379}"
68+
populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination backend_url="etcd3+http://${SERVICE_HOST}:${ETCD_PORT:-2379}?api_version=v3"
6969
}
7070

7171
function configure_generic_switch_ssh_keypair {

0 commit comments

Comments
 (0)