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
(cherry picked from commit d4b8297b31)
This commit is contained in:
Jiri Stransky 2016-03-10 14:22:05 +01:00
parent a4c92f4163
commit 8055d010ca
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
set -eu
yum -y install python-zaqarclient # needed for os-collect-config
yum -y update
yum -y -q update