Fix test failure caused by change to puppet-octavia

Fixes a test failure caused by Ic38d4f9f9a8e69ffcee6ccc4bba9a9ab0f161d0e
which pulls in a class with a required parameter.

Change-Id: I0740290bff0ea7c4af6e3420775ac3e72871d372
This commit is contained in:
Brent Eagles
2017-01-31 15:58:53 -03:30
parent 875a9f9015
commit 349d05d656

View File

@@ -40,6 +40,9 @@ describe 'tripleo::profile::base::octavia::api' do
class { 'octavia::db::mysql':
password => 'some_password'
}
class { 'octavia::keystone::authtoken':
password => 'some_password'
}
eos
end