Do not upgrade packages with cloud-init

This patch deletes 'package_upgrade: true' option from cloud-init confs.
It caused upgrading of all the packages in the images spawned by murano.
This made spawning VMs slow and in certain cases caused
dpkg locks be still in place when murano-agent attempted to
install packages

Change-Id: I440d2985f9122dad53c81b15148e60df4e7e9583
Closes-Bug: 1548857
This commit is contained in:
Omar Shykhkerimov 2016-03-29 19:50:02 +03:00 committed by Kirill Zaitsev
parent 22778330a8
commit 54e115c60b
2 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@ yum_repos:
gpgcheck: false
package_upgrade: true
packages:
- chef
- puppet

View File

@ -6,8 +6,6 @@
gpgcheck: false
name: Extra Packages for Enterprise Linux - Testing
package_upgrade: true
packages:
- subversion
- git-core