Skip to content
New issue

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

Update vmware_guest.py docs #2272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danielkucera
Copy link

SUMMARY

None of name or vlan is in fact required. For correct operation either one can be specified.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

vmware_guest

ADDITIONAL INFORMATION

This cost us about 2 hours of debugging because we thought that vlan is required. When we specified both name and vlan, another network was picked than we specified in name because vlan takes precedence and there was another network available with the same vlan id.
This PR might be worth backporting to all version where this applies.

Relevant code section:

self.module.fail_json(msg="Please specify at least a network name or"
" a VLAN name under VM network list.")


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant