Update OSC client version to 3.11.0

Change-Id: Id5606aa7e731bcab0b18aa0ff336c342449c1701
This commit is contained in:
Jens Rosenboom 2017-05-23 14:42:31 +00:00
parent 1e2bd7a338
commit 6773710b30
2 changed files with 2 additions and 2 deletions

View File

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

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.9.0')
.with(version: '3.11.0')
end
it do