From 9757ffdd4685935c80553955a47691a3356bf121 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Tue, 9 Jun 2015 08:32:57 +0000 Subject: [PATCH] Revert "update the apt cookbook version". The update of the apt cookbook version currently breaks the gates for opentstack-chef-repo and openstack-block-storage, because of a dependency on the ceph cookbook, which is incompatible in its currently released version with the new apt cookbook. The fix was committed in master (https://github.com/ceph/ceph-cookbook/commit/4883a0b09232e2cc205851709b80b168e7ee5450) and we can do our apt update as soon, as this is released to the supermarket. This reverts commit f0e7724f37516ed39eaf17adb2e3f2273347c162. Change-Id: Ib36b58e7e25c4c24bb480fc9412d909c167f5fdd --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e6a662ce..4931aaac 100644 --- a/metadata.rb +++ b/metadata.rb @@ -16,7 +16,7 @@ recipe 'openstack-common::openrc', 'Creates openrc file' supports os end -depends 'apt', '~> 2.7.0' +depends 'apt', '~> 2.6.1' depends 'database', '~> 4.0.2' depends 'mariadb', '~> 0.3.0' depends 'mysql', '~> 6.0.13'