Unquote relation-ids output.

This commit is contained in:
Adam Gandelman 2013-02-20 16:02:57 -08:00
parent 8cc67396c5
commit 78434432fe
2 changed files with 3 additions and 3 deletions

View File

@ -147,10 +147,10 @@ configure_https() {
local r_id=""
# (re)configure ks endpoint accordingly in ks and nova.
for r_id in "$(relation-ids identity-service)" ; do
for r_id in $(relation-ids identity-service) ; do
keystone_joined "$r_id"
done
for r_id in "$(relation-ids image-service)" ; do
for r_id in $(relation-ids image-service) ; do
image-service_joined "$r_id"
done
}

View File

@ -1 +1 @@
127
128