Updated python-openstackclient to 3.14.0

- updated osc to 3.14.0 to eliminate NoneType errors
- added native Zuul test using openstack-chef-repo jobs

Change-Id: Ic10259114e2d177871b42030e81da16a7aa44ddb
This commit is contained in:
Samuel Cassiba
2018-01-26 22:57:14 -08:00
parent 9fce7666f6
commit c6c34e9cac
4 changed files with 6 additions and 3 deletions

3
.zuul.yaml Normal file
View File

@@ -0,0 +1,3 @@
- project:
templates:
- openstack-chef-repo-jobs

View File

@@ -27,7 +27,7 @@ default['openstack']['common']['custom_template_banner'] = '
'
# version for python-openstackclient
default['openstack']['common']['client_version'] = '3.11.0'
default['openstack']['common']['client_version'] = '3.14.0'
# OpenStack services and their project names
default['openstack']['common']['services'] = {

View File

@@ -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.0.0'
version '15.1.0'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::logging', 'Installs/Configures common logging'

View File

@@ -20,7 +20,7 @@ describe 'openstack-common::client' do
it do
expect(chef_run).to install_python_package('python-openstackclient')
.with(version: '3.11.0')
.with(version: '3.14.0')
end
it do