Merge "Fixes unable to upload glance images on undercloud"
authorMichael Chapman <michapma@redhat.com>
Thu, 21 Jul 2016 18:44:33 +0000 (18:44 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 21 Jul 2016 18:44:33 +0000 (18:44 +0000)
lib/overcloud-deploy-functions.sh

index c717733..0c3f9d4 100755 (executable)
@@ -201,6 +201,10 @@ fi
 
 source stackrc
 set -o errexit
+# Workaround for APEX-207 where sometimes swift proxy is down
+if ! sudo systemctl status openstack-swift-proxy > /dev/null; then
+  sudo systemctl restart openstack-swift-proxy
+fi
 echo "Uploading overcloud glance images"
 openstack overcloud image upload