You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUADS version (rpm -qa | grep quads and/or quads-cli --version):quads-1.1.5-20210511.noarch
Python version:Python 3.7.4
Operating System:Fedora release 29
Describe the bug
When trying to clear a vlan from an existing cloud and as per the documentation, passing None to --vlan argument fails in the parsing of the string into an integer.
To Reproduce
Steps to reproduce the behavior:
define a cloud with a vlan_id
run mod-cloud against that cloud and pass --vlan None
See the stack trace for the exeption
Expected behavior
The vlan should be cleared from the cloud and no error msg should be displayed.
The text was updated successfully, but these errors were encountered:
rpm -qa | grep quads
and/orquads-cli --version
):quads-1.1.5-20210511.noarchDescribe the bug
When trying to clear a vlan from an existing cloud and as per the documentation, passing None to --vlan argument fails in the parsing of the string into an integer.
To Reproduce
Steps to reproduce the behavior:
--vlan None
Expected behavior
The vlan should be cleared from the cloud and no error msg should be displayed.
The text was updated successfully, but these errors were encountered: