Only call object-store relation from keystone if an object-store relation exists.

This commit is contained in:
Adam Gandelman 2013-01-08 17:17:54 -08:00
parent 6878c3f243
commit a9c2d85f67
2 changed files with 4 additions and 2 deletions

View File

@ -240,7 +240,9 @@ function keystone_changed {
# Configure any object-store / swift relations now that we have an
# identity-service
object-store_joined
if [[ -n "$(relation-ids object-store)" ]] ; then
object-store_joined
fi
}
function config_changed() {

View File

@ -1 +1 @@
75
76