We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the VSC tool if there are no clouds in a defined cloud it will give an error (which it should) but I think it should be more informative.
[root@quads ~]# /opt/quads/quads/tools/verify_switchconf.py --cloud cloud21 Traceback (most recent call last): File "/opt/quads/quads/tools/verify_switchconf.py", line 157, in <module> verify(args.cloud, args.host, args.change) File "/opt/quads/quads/tools/verify_switchconf.py", line 34, in verify if _cloud_obj != first_host.cloud: AttributeError: 'NoneType' object has no attribute 'cloud'
Instead we might say something like `This environment currently has no active hosts" or similar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the VSC tool if there are no clouds in a defined cloud it will give an error (which it should) but I think it should be more informative.
Instead we might say something like `This environment currently has no active hosts" or similar.
The text was updated successfully, but these errors were encountered: