Konrad Gawda
Konrad Gawda
### Is your feature request related to a problem? Please describe. Please add an option to Edge DHCP server. Currently pyvcloud allows to add and manage DHCP Pools entries. However,...
Fix use of Customization Script in update_guest_customization_section(). Problem: When adding CustomizationScript tag to a VM's XML that did not include it previously, then the original code would place it as...
When I am adding new VM to vApp with `add_vms`, it is not possible to disable customization, even though the code suggests that `needs_customization` should be false. I use a...
Fix the command line arguments definition for "dhcp-pool create". It was missing some commas in the code. Thanks to this fix, eg.: `-g` and `--gateway-ip` are separate options, instead of...
some corrections in er9x Makefile to fix issues with compiling with SLAVE=YES
Add extra if-else statement, so that code for typical scenarios is not executed within except-else block. This will simplify error printouts, avoiding some `During handling of the above exception, another...