aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2016-03-10 14:22:05 +0100
committerJiri Stransky <jistr@redhat.com>2016-03-10 14:22:05 +0100
commitd4b8297b31179f82ea3c31653802fcc1d4070e6d (patch)
tree36c80b43aef1c402da32b92d9f74f04c0516fb3b /extraconfig
parentd11ddf1d3139511e017dbeeee22519a9cfc99822 (diff)
Upgrades: quiet yum upgrade on cinder nodes
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
Diffstat (limited to 'extraconfig')
-rw-r--r--extraconfig/tasks/major_upgrade_block_storage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/major_upgrade_block_storage.sh b/extraconfig/tasks/major_upgrade_block_storage.sh
index d3d0e675..07666245 100644
--- a/extraconfig/tasks/major_upgrade_block_storage.sh
+++ b/extraconfig/tasks/major_upgrade_block_storage.sh
@@ -5,4 +5,4 @@
set -eu
yum -y install python-zaqarclient # needed for os-collect-config
-yum -y update
+yum -y -q update