pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

Can't create an any to any firewall rule

Open manuelmazzuola opened this issue 4 years ago • 0 comments

Creating an any to any firewall rule leads to the following error:

  File "/home/originof/.local/share/virtualenvs/deployer-pyvcloud-3MfCQHxU/lib/python3.7/site-packages/pyvcloud/vcd/firewall_rule.py", line 87, in edit
    FirewallRule.__SOURCE)
  File "/home/originof/.local/share/virtualenvs/deployer-pyvcloud-3MfCQHxU/lib/python3.7/site-packages/pyvcloud/vcd/firewall_rule.py", line 157, in _populate_objects_info
    object_type = values_arr[1]
IndexError: list index out of range

manuelmazzuola avatar Sep 06 '21 13:09 manuelmazzuola