29d73eed7a
If hosts need to use a proxy to install packages and python is absent, the call to install the python package will hang, at least on CentOS. Set proxy if it exists in dnf_config using a command-line option. Later uses of dnf will be after dnf.conf has been updated. Change-Id: Ic949577afd3ea07306cebf224637a08a1ecce0f5 Story: 2009274 Task: 43528
7 lines
232 B
YAML
7 lines
232 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Sets proxy option when using ``dnf`` during user bootstrapping, before
|
|
``dnf.conf`` is updated. This allows Kayobe to install Python 3 during host
|
|
configuration when ``dnf`` requires a proxy to operate.
|