Merge "Fix rabbitmq example"

This commit is contained in:
Zuul 2018-10-23 21:15:10 +00:00 committed by Gerrit Code Review
commit 605684b22e
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ class { '::trove::db::mysql':
class { '::trove':
database_connection => 'mysql://trove:secrete@10.0.0.1/trove?charset=utf8',
rabbit_hosts => ['10.0.0.1'],
rabbit_password => 'secrete',
default_transport_url => 'rabbit://trove:an_even_bigger_secret@10.0.0.1:5672/trove',
nova_proxy_admin_pass => 'novapass',
}