Use firehose.openstack.org as the mqtt server name

Change-Id: Id1445d6764a3f9e9a43b4739f2d95d88f34e2944
This commit is contained in:
James E. Blair 2016-09-21 07:14:37 -07:00
parent 076940a90e
commit 3b3fe1847e
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,