Project

General

Profile

Actions

Bug #37204

closed

The proxy configs are not set in the correct section

Added by Chris Roberts about 1 year ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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%

Steps to Reproduce:
1. # cat /etc/virt-who.conf
  1. This configuration file is managed via the virt-who configure plugin
  2. manual edits will be deleted.
    [global]
    debug=1
    interval=7200
    no_proxy=*
    oneshot=False
Expected results:
  1. cat /etc/virt-who.conf
    1. This configuration file is managed via the virt-who configure plugin
    2. 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

Also available in: Atom PDF