We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5246705 commit 7edd173Copy full SHA for 7edd173
devstack/plugin.sh
@@ -65,7 +65,7 @@ function configure_for_dlm {
65
# set lock acquire timeout
66
populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination acquire_timeout=$GENERIC_SWITCH_DLM_ACQUIRE_TIMEOUT
67
# set ectd3 backend
68
- populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination backend_url="etcd3+http://${SERVICE_HOST}:${ETCD_PORT:-2379}"
+ populate_ml2_config $GENERIC_SWITCH_INI_FILE ngs_coordination backend_url="etcd3+http://${SERVICE_HOST}:${ETCD_PORT:-2379}?api_version=v3"
69
}
70
71
function configure_generic_switch_ssh_keypair {
0 commit comments