Vadym Markov
Vadym Markov
Tried to use script with http auth and found a bug. Not sure that this patch is fully valid for all cases like server name + http auth, etc.
Closes issue #914. Handles safe type conversion of header names like their values
Doing some tinkering with Trusty VM and found that it has `ansible_python_interpreter=/usr/bin/python3` in inventory file, which is incorrect. Trusty python3 is 3.4, and current ansible 2.9 wants at least 3.5...
I think that support of public keys extracted from `ssh-add -L` output would be nice. It will help a bit to run vl on some cloud VM accessed via `ssh...
Now module support both Python 2.7 and 3.5+
https://github.com/tiangolo/uwsgi-nginx-docker/issues/176
PyQt is quite heavyweight and demanding requirement, really needed only for some applications of package. Patch moves it to extra dependency, which is omitted by default. It allows to use...
Reproduced on current main virt-lightning.yaml: ```- name: test_1 distro: ubuntu-22.04 memory: 1024 root_disk_size: 10 vcpus: 1 networks: - network: test-vl - network: test-2 ``` `vl up` log: ```$ vl up...