Warning: Scope(Class[Rabbitmq]): $ssl_stomp_port requires that $ssl => true and will be ignored
Bug #1574678 reported by
Anastasia Palkina
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Low
|
Maksim Malchuk |
Bug Description
ISO #245
Steps to reproduce:
1. Install ISO
2. Open /var/log/
3. There is warning here:
Scope(Class[
Expected result: there is no warning in this log
Changed in fuel: | |
status: | New → Confirmed |
tags: | added: area-library team-bugfix |
To post a comment you must log in.
This could be fixed in rabbitmq module only, manifests/ init.pp)
there is no way to turn off warning unless modify the following code:
(rabbitmq/
if ! is_integer( $ssl_stomp_ port) { re($ssl_ stomp_port, '\d+')
validate_
}
...........
if $config_stomp and $ssl_stomp_port and ! $ssl { '$ssl_stomp_ port requires that $ssl => true and will be ignored')
warning(
}