Comment 0 for bug 1557688

Revision history for this message
Adam Young (ayoung) wrote : tripleioclient leaves Rabbit MQ with default Userid and password

Rabbit MQ is the backbone between the services, and as such should be secured. In a default deployment, the UserID and password used by all services is: Guest /Guest.

As a workaround, values can be set in the ymls file passed in to openstack overcloud deploy. For example.

 RabbitUserName: fubar
 RabbitPassword: fumtu

At least the Password value should be defaulted to a uuidgen -r based random value