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
Describe the bug Trying to provision a port on an openstack network using the os_port module fails with an error like
"Network is required"
I get the error even though I do specify name:
resource_group_type: openstack resource_definitions: - role: os_port network: test_private_network credentials: filename: clouds.yaml profile: openstack
According to ansible os_port module doc network name is required but linchpin is not setting that parameter.
To Reproduce Steps to reproduce the behavior:
Expected behavior A port on an openstack network is successfully provisioned.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Trying to provision a port on an openstack network using the os_port module fails with an error like
"Network is required"
I get the error even though I do specify name:
According to ansible os_port module doc network name is required but linchpin is not setting that parameter.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A port on an openstack network is successfully provisioned.
The text was updated successfully, but these errors were encountered: