Update poise-python to latest stable

poise received a round of updates, so let's remove the funky workaround.

Change-Id: I657bfd5459f6973a4ae420bf9b5c87039ab1529d
This commit is contained in:
Samuel Cassiba 2018-04-19 05:55:12 -07:00 committed by Jan Klare
parent 76de772e9d
commit e578e745d2
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2

@ -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 '16.0.0'
version '16.0.1'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::logging', 'Installs/Configures common logging'
@ -18,7 +18,7 @@ depends 'etcd', '~> 3.0'
depends 'mariadb', '~> 1.5'
depends 'memcached', '~> 4.1'
depends 'mysql', '~> 8.2'
depends 'poise-python', '~> 1.5'
depends 'poise-python', '~> 1.7'
depends 'selinux'
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)