network/mysql: Fix configuration
Close bug #152 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -72,11 +72,12 @@ describe 'cloud::network::controller' do
|
||||
|
||||
it 'configure neutron server' do
|
||||
should contain_class('neutron::server').with(
|
||||
:auth_password => 'secrete',
|
||||
:auth_host => '10.0.0.1',
|
||||
:auth_port => '5000',
|
||||
:connection => 'mysql://neutron:secrete@10.0.0.1/neutron?charset=utf8',
|
||||
:api_workers => '2'
|
||||
:auth_password => 'secrete',
|
||||
:auth_host => '10.0.0.1',
|
||||
:auth_port => '5000',
|
||||
:connection => 'mysql://neutron:secrete@10.0.0.1/neutron?charset=utf8',
|
||||
:sql_connection => 'mysql://neutron:secrete@10.0.0.1/neutron?charset=utf8',
|
||||
:api_workers => '2'
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user