diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index 46938ec2..3723169c 100644 --- a/compute.yaml +++ b/compute.yaml @@ -224,6 +224,16 @@ parameters: default: guest description: The username for RabbitMQ type: string + RabbitClientUseSSL: + default: false + description: > + Rabbit client subscriber parameter to specify + an SSL connection to the RabbitMQ host. + type: string + RabbitClientPort: + default: 5672 + description: Set rabbit subscriber port, change this if using SSL + type: number SnmpdReadonlyUserName: default: ro_snmp_user description: The user name for SNMPd with readonly rights running on all Overcloud nodes |