Merge "Enable heat/puppet to manage the fernet keys and make it configurable"
[apex-tripleo-heat-templates.git] / docker / services / rabbitmq.yaml
index 92c8d9f..609aec0 100644 (file)
@@ -33,6 +33,7 @@ parameters:
   RoleParameters:
     default: {}
     description: Parameters specific to the role
+    type: json
   RabbitCookie:
     type: string
     default: ''
@@ -145,7 +146,7 @@ outputs:
           step_config: 'include ::tripleo::profile::base::rabbitmq'
           config_image: *rabbitmq_image
           volumes:
-            - /var/lib/config-data/rabbitmq/etc/:/etc/
+            - /var/lib/config-data/rabbitmq/etc/rabbitmq/:/etc/rabbitmq/:ro
             - /var/lib/rabbitmq:/var/lib/rabbitmq:ro
       host_prep_tasks:
         - name: create persistent directories