Skip to content

Commit

Permalink
fix liberty vm launch
Browse files Browse the repository at this point in the history
Closes-Bug: #1663866

launching vm was failing for authentication.

Change-Id: I275bb133563489ad10ace276ad926ad9d489b589
  • Loading branch information
Dheeraj Gautam committed Feb 17, 2017
1 parent 5aa59ab commit c2e796b
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -203,6 +203,10 @@
'DEFAULT/rabbit_max_retries': value => '0';
'DEFAULT/rabbit_interval': value => '15';
'DEFAULT/pool_timeout': value => '120';
'neutron/username': value => 'neutron';
'neutron/password': value => $neutron_password;
'neutron/auth_plugin': value => 'password';
'neutron/auth_url': value => "http://${keystone_ip_to_use}:5000/";
'database/min_pool_size': value => '100';
'database/max_pool_size': value => '350';
'database/max_overflow': value => '700';
Expand Down

0 comments on commit c2e796b

Please sign in to comment.