Skip to content
Snippets Groups Projects
Commit 657de929 authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

Merge branch 'dev_rabbit' into 'master'

Update params.pp by adding new rabbitmq variable to set gpg key



See merge request !28
parents f6d38e9c a86e40cc
No related branches found
No related tags found
1 merge request!28Update params.pp by adding new rabbitmq variable to set gpg key
Pipeline #
...@@ -31,6 +31,7 @@ $controller_hostnames = ['<CONTROLLER1_HOSTNAME>', '<CONTROLLER2_HOSTNAME>'], ...@@ -31,6 +31,7 @@ $controller_hostnames = ['<CONTROLLER1_HOSTNAME>', '<CONTROLLER2_HOSTNAME>'],
##RabbitMQ ##RabbitMQ
$rabbit_user = 'openstack', $rabbit_user = 'openstack',
$rabbit_password = 'openstack', $rabbit_password = 'openstack',
$rabbit_package_gpg_key = 'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc',
##CEPH ##CEPH
$ceph_fsid = 'f65809d3-7961-4cd7-b731-a9bc94bc6e9c', $ceph_fsid = 'f65809d3-7961-4cd7-b731-a9bc94bc6e9c',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment