Merge "Use firehose.openstack.org as the mqtt server name"

This commit is contained in:
Jenkins 2016-09-27 08:58:54 +00:00 committed by Gerrit Code Review
commit 5d08f409c6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class openstack_project::firehose (
$imap_username,
$imap_hostname,
$imap_password,
$mqtt_hostname = 'firehose01.openstack.org',
$mqtt_hostname = 'firehose.openstack.org',
$mqtt_password,
$mqtt_username = 'infra',
$ca_file,