Anton Todorov
Anton Todorov
`%s` is not recognized by `str.format()`
Having the following _test.yaml_ file ```yaml :port: 1234 :host: 127.0.0.1 ``` The following task will not update the `:host`, silently. ```yaml --- - name: update host yedit: src: 'test.yml' state:...
With this change and and having golang 11+ I could build OpenNebula from sources using single run of scons. And there is no need to carry precompiled binary in the...
It is obvious that I've totally missed the tm/failmigrate script when proposed the migrate_other function Here are three commits: - tm/fs_lvm - besides the call of migrate_other() I think it...
Decided to format it as a patch than an entire rewrite of the probe script. This could be rewritten to populate the models array with the supported only.
Also few typo/flaws fixed in separate commits
**Description** Libvirt utilizes the [first 8 characters of the VNC password](https://github.com/libvirt/libvirt/commit/27c1d06b5bd68bdce55efff0a50a15a30cb2a96b) so having a longer string is pointless and also, the latest/future version to libvirt/qemu it could lead to denied...
Hello, I choose your library to implement snmp agent for our company project. It is working fine but there was need to implement functionality to send traps. I am beginner...
**Description** CLI tools should have consistency in error reporting. ```bash $ onehook list ; echo $? Failed to open TCP connection to localhost:2633 (Connection refused - connect(2) for "localhost" port...
**Description** Golang 'dep' is used to build the docker_machine driver. It is an [archived ](https://github.com/golang/dep) tool. **To Reproduce** The build of docker_machine driver requires a historic tool. **Expected behavior** Build...