Closed nasark closed 3 months ago
@nasark could you add a warning if someone passes the ip address flag? Something like $stderr.puts "--message_server_use_ipaddr is deprecated and will be ignored" if options[:message_server_use_ipaddr]
lib/manageiq/appliance_console/cli.rb
puts
. Remove all debugging statements.lib/manageiq/appliance_console/cli.rb
warn
instead of $stderr.puts
to allow such output to be disabled.
We no longer allow IPs to be used for messaging hosts and so the
message-server-use-ipaddr
option in the CLI should be deprecated@miq-bot assign @agrare @miq-bot add_label bug @miq-bot add_reviewer @agrare