Fix upstream rspec failure in cinder

- This is a fix to code that made it into master which was causing
  jenkins to fail

Change-Id: Ic5373aa552e20c83dfc03464544f3f8339be0e24
This commit is contained in:
Aimon Bustardo 2014-05-17 10:42:07 -04:00
parent b8153e04fc
commit d81d2d8628
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ describe 'openstack::cinder::storage' do
let :params do
{
:sql_connection => 'mysql://a:b:c:d',
:sql_connection => 'mysql://cinder:pass@127.0.0.1/cinder?charset=utf8',
:rabbit_password => 'rabpass'
}
end