Support v3 of yum cookbook

Upgrade yum to ~v3 and remove pinned python version.

blueprint yum-cookbook-v3-support

Change-Id: I83fdda8c72205f4dd2aa05eb84879876ffa8d810
This commit is contained in:
Hugh Saunders
2014-02-03 16:03:51 +00:00
parent aa3b62078c
commit b8cd742c68

View File

@@ -5,15 +5,14 @@ cookbook 'apt', '2.2.0'
cookbook 'aws', '0.101.6'
cookbook 'build-essential', '1.4.2'
cookbook 'database', '1.5.2'
cookbook 'erlang', '1.3.2'
cookbook 'erlang'
cookbook 'memcached', '1.6.0'
cookbook 'mysql', '4.0.20'
cookbook 'openssl', '1.1.0'
cookbook 'postgresql', '3.1.0'
cookbook 'python', '1.4.4'
cookbook 'rabbitmq', '2.3.0'
cookbook 'xfs', '1.1.0'
cookbook 'yum', '2.3.4'
cookbook 'yum', '~> 3.0'
cookbook 'openstack-block-storage', github: 'stackforge/cookbook-openstack-block-storage'
cookbook 'openstack-common', github: 'stackforge/cookbook-openstack-common'