Update poise-python to latest stable
*poise received a round of updates, so let's remove the funky workaround. *update Berksfile.lock to allow usage of new poise-python Change-Id: I657bfd5459f6973a4ae420bf9b5c87039ab1529d
This commit is contained in:
parent
c6c34e9cac
commit
62d5cd5275
@ -8,55 +8,52 @@ DEPENDENCIES
|
||||
GRAPH
|
||||
apt (5.1.0)
|
||||
compat_resource (>= 12.16.3)
|
||||
build-essential (8.0.3)
|
||||
build-essential (8.1.1)
|
||||
mingw (>= 1.1)
|
||||
seven_zip (>= 0.0.0)
|
||||
compat_resource (12.19.0)
|
||||
compat_resource (12.19.1)
|
||||
database (6.1.1)
|
||||
postgresql (>= 1.0.0)
|
||||
inifile_chef_gem (0.1.0)
|
||||
build-essential (>= 0.0.0)
|
||||
mariadb (1.5.1)
|
||||
mariadb (1.5.3)
|
||||
apt (>= 0.0.0)
|
||||
build-essential (>= 0.0.0)
|
||||
selinux_policy (~> 2.0)
|
||||
yum (>= 0.0.0)
|
||||
yum-epel (>= 0.0.0)
|
||||
yum-scl (>= 0.0.0)
|
||||
mingw (2.0.1)
|
||||
mingw (2.0.2)
|
||||
seven_zip (>= 0.0.0)
|
||||
mysql (8.4.0)
|
||||
ohai (5.1.0)
|
||||
openssl (7.1.0)
|
||||
openstack-common (15.0.0)
|
||||
mysql (8.5.1)
|
||||
openssl (8.1.2)
|
||||
openstack-common (15.1.1)
|
||||
apt (~> 5.0)
|
||||
database (~> 6.1)
|
||||
mariadb (~> 1.5)
|
||||
mysql (~> 8.2)
|
||||
poise-python (~> 1.5)
|
||||
poise-python (~> 1.7)
|
||||
yum (~> 3.13)
|
||||
yum-epel (~> 2.0)
|
||||
poise (2.8.1)
|
||||
poise-archive (1.5.0)
|
||||
poise (~> 2.6)
|
||||
poise-languages (2.1.1)
|
||||
poise-languages (2.1.2)
|
||||
poise (~> 2.5)
|
||||
poise-archive (~> 1.0)
|
||||
poise-python (1.6.0)
|
||||
poise-python (1.7.0)
|
||||
poise (~> 2.7)
|
||||
poise-languages (~> 2.0)
|
||||
postgresql (6.1.1)
|
||||
postgresql (6.1.4)
|
||||
build-essential (>= 2.0.0)
|
||||
compat_resource (>= 12.16.3)
|
||||
openssl (>= 4.0)
|
||||
selinux_policy (2.0.1)
|
||||
compat_resource (>= 12.16.3)
|
||||
selinux_policy (2.1.0)
|
||||
seven_zip (2.0.2)
|
||||
windows (>= 1.2.2)
|
||||
test-openstack-common-database (1.0.0)
|
||||
openstack-common (>= 0.0.0)
|
||||
windows (3.1.2)
|
||||
ohai (>= 4.0.0)
|
||||
windows (4.2.2)
|
||||
yum (3.13.0)
|
||||
yum-epel (2.1.2)
|
||||
compat_resource (>= 12.16.3)
|
||||
|
@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org'
|
||||
license 'Apache 2.0'
|
||||
description 'Common OpenStack attributes, libraries and recipes.'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '15.1.0'
|
||||
version '15.1.1'
|
||||
|
||||
recipe 'openstack-common', 'Installs/Configures common recipes'
|
||||
recipe 'openstack-common::logging', 'Installs/Configures common logging'
|
||||
@ -20,7 +20,7 @@ depends 'mariadb', '~> 1.5'
|
||||
depends 'mysql', '~> 8.2'
|
||||
depends 'yum', '~> 3.13'
|
||||
depends 'yum-epel', '~> 2.0'
|
||||
depends 'poise-python', '~> 1.5'
|
||||
depends 'poise-python', '~> 1.7'
|
||||
|
||||
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
|
||||
source_url 'https://github.com/openstack/cookbook-openstack-common' if respond_to?(:source_url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user