Fix up spec for new cinder api default of v2

The cinder api default was changed to v2, urls need to be updated.

Change-Id: I62f82d3364dd8af80df2ccfd95b6ea1ef6937f3e
This commit is contained in:
Mark Vanderwiel 2014-12-08 13:01:04 -06:00
parent e8abe860d1
commit d73ed77c95
3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ This file is used to list changes made in each version of the cookbook-openstack
* Upgrading to Juno
* Upgrading berkshelf from 2.0.18 to 3.1.5
* Bump Chef gem to 11.16
* update cinder api url to default of v2
## 9.0.1
* Allow setting passwords via attributes by using the get_password method

View File

@ -58,7 +58,7 @@ describe 'openstack-database::api' do
/^rabbit_use_ssl = false$/,
%r{^trove_auth_url = http://127.0.0.1:5000/v2.0$},
%r{^nova_compute_url = http://127.0.0.1:8774/v2/$},
%r{^cinder_url = http://127.0.0.1:8776/v1/$},
%r{^cinder_url = http://127.0.0.1:8776/v2/$},
%r{^swift_url = http://127.0.0.1:8080/v1/$},
%r{^dns_auth_url = http://127.0.0.1:5000/v2.0$},
%r{^log_dir = /var/log/trove$},

View File

@ -40,7 +40,7 @@ describe 'openstack-database::taskmanager' do
/^rabbit_use_ssl = false$/,
%r{^trove_auth_url = http://127.0.0.1:5000/v2.0$},
%r{^nova_compute_url = http://127.0.0.1:8774/v2/$},
%r{^cinder_url = http://127.0.0.1:8776/v1/$},
%r{^cinder_url = http://127.0.0.1:8776/v2/$},
%r{^swift_url = http://127.0.0.1:8080/v1/$},
%r{^dns_auth_url = http://127.0.0.1:5000/v2.0$},
%r{^log_dir = /var/log/trove},