Fix quantum_url.
This commit is contained in:
parent
7585e299ad
commit
829f1a7cdb
@ -479,7 +479,7 @@ function quantum_joined() {
|
||||
is_clustered && local host=$(config-get vip) ||
|
||||
local host=$(unit-get private-address)
|
||||
https && local scheme="https" || local scheme="http"
|
||||
local quantum_url="$scheme:$host:9696"
|
||||
local quantum_url="$scheme://$host:9696"
|
||||
|
||||
relation-set $r_id quantum_url=$quantum_url \
|
||||
quantum_plugin=$(config-get quantum-plugin) \
|
||||
|
2
revision
2
revision
@ -1 +1 @@
|
||||
227
|
||||
228
|
||||
|
Loading…
x
Reference in New Issue
Block a user