Upgrades: quiet yum upgrade on cinder nodes
authorJiri Stransky <jistr@redhat.com>
Thu, 10 Mar 2016 13:22:05 +0000 (14:22 +0100)
committerJiri Stransky <jistr@redhat.com>
Thu, 10 Mar 2016 13:22:05 +0000 (14:22 +0100)
Yum update on cinder nodes should be quiet, as it is on controllers,
because results of these updates are sent to Heat. I mistakenly left
this out in the first patch because i used one of the standalone node
upgrade scripts as a copy/paste base for the cinder node upgrade script.

Change-Id: Id13190dc4d242317829c7994088183f52d21461d

extraconfig/tasks/major_upgrade_block_storage.sh

index d3d0e67..0766624 100644 (file)
@@ -5,4 +5,4 @@
 set -eu
 
 yum -y install python-zaqarclient  # needed for os-collect-config
-yum -y update
+yum -y -q update