Amy Chen
Amy Chen
> @ani-sinha , @major , or @xiachen-rh , would any of you be able to review and/or test these changes? I don't have enough background with SELinux to know the...
Hello, I hit the problem too when using python3-requests-2.32.3-2. Reproduced steps (# python testre.py ) ``` import requests res = requests.get("http://[fe80::a9fe:a9fe%25enp3s0]/openstack", verify=False) ``` I found the problem is caused by...
@frenzymadness the problem is, when the url contains IPv6 address, urllib.urlparse.hostname does not contain the chars "[" "]", but urllib3.util.url._normalize_host matches ipv6 host with chars "[" "]", the exception is...
@frenzymadness Is there a plan to fix it?
@ani-sinha OK, let me test it
@ani-sinha I tested this changes on OpenStack env with ipv6 only network, cloud-init can get metadata via ipv6, so cloud-init can work without changing the code of 'requests'.
In toolsDeployPkg.log, we can see now it takes " exitcode: 2" as failed, for cloud-init, it is just recoverable error and cloud-init is continue running so open-vm-tools should wait when...
Hi @ani-sinha Is "%{_unitdir}" better? for line 118 `%config(noreplace) /usr/lib/systemd/system/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf` ---> `%config(noreplace) %{_unitdir}/[email protected]/disable-sshd-keygen-if-cloud-init-active.conf`
I can reproduce the issue with rhel 8.6+ image on AWS. The issue is caused by NetworkManager behavior change for NetworkManager 1.36 onwards(https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.6_release_notes/index#BZ-2096256), and the change is intended, that is...
Uploaded my test log cloud-init.log [cloud-init_nm_multipleip.log](https://github.com/canonical/cloud-init/files/15463168/cloud-init_nm_multipleip.log)