From 6773710b30fda2547b8258878ee7b49ed0fec616 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Tue, 23 May 2017 14:42:31 +0000 Subject: [PATCH] Update OSC client version to 3.11.0 Change-Id: Id5606aa7e731bcab0b18aa0ff336c342449c1701 --- attributes/default.rb | 2 +- spec/client_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 683a3741..a7cda062 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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'] = { diff --git a/spec/client_spec.rb b/spec/client_spec.rb index 5cbe8230..7a6f028e 100644 --- a/spec/client_spec.rb +++ b/spec/client_spec.rb @@ -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