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:
3
.zuul.yaml
Normal file
3
.zuul.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-chef-repo-jobs
|
@@ -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'] = {
|
||||
|
@@ -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'
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user