Fix quantum_url in compute_changed.
This commit is contained in:
parent
3d54ef9940
commit
7585e299ad
@ -412,7 +412,7 @@ compute_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 @@
|
||||
226
|
||||
227
|
||||
|
Loading…
x
Reference in New Issue
Block a user