Un-quote relation-ids.
This commit is contained in:
parent
d7cbb030c2
commit
6bbe6174ca
@ -273,11 +273,11 @@ configure_https() {
|
||||
|
||||
local r_id=""
|
||||
# (re)configure ks endpoint accordingly
|
||||
for r_id in "$(relation-ids identity-service)" ; do
|
||||
for r_id in $(relation-ids identity-service) ; do
|
||||
keystone_joined "$r_id"
|
||||
done
|
||||
# pass on possibly updated quantum URL + ca_cert to compute nodes.
|
||||
for r_id in "$(relation-ids cloud-compute)" ; do
|
||||
for r_id in $(relation-ids cloud-compute) ; do
|
||||
compute_joined "$r_id"
|
||||
done
|
||||
}
|
||||
|
2
revision
2
revision
@ -1 +1 @@
|
||||
220
|
||||
221
|
||||
|
Loading…
x
Reference in New Issue
Block a user