Actions
Bug #37204
closedThe proxy configs are not set in the correct section
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
When create a virt-who config by the Virt-who configurations of Satellite, it will set the no_proxy=* as default under the section [global] in /etc/virt-who.conf file, however the no_proxy should be configured under section [system_environment] to take effect.
Version-Release number of selected component (if applicable):
satellite-6.15.0-2.el8sat.noarch
How reproducible:
100%
1. # cat /etc/virt-who.conf
- This configuration file is managed via the virt-who configure plugin
- manual edits will be deleted.
[global]
debug=1
interval=7200
no_proxy=*
oneshot=False
- cat /etc/virt-who.conf
- This configuration file is managed via the virt-who configure plugin
- manual edits will be deleted.
[global]
debug=1
interval=7200
oneshot=False
#[system_environment]
#http_proxy= <-------http_proxy should in [system_environment]------->
#https_proxy= <-------https_proxy should in [system_environment]------->
#no_proxy= <-------no_proxy should in [system_environment]------->
Actions