Bug #37204
closedThe proxy configs are not set in the correct section
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]------->
Updated by Chris Roberts about 1 year ago
- Target version set to foreman_virt_who_configure-0.5.21
Updated by The Foreman Bot about 1 year ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman_virt_who_configure/pull/189 added
Updated by Chris Roberts 12 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_virt_who_configure|16869e4a28b2692e2740e71236ade13e165c11f5.