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

Openstack add public IP options #263

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vydrazde
Copy link

@vydrazde vydrazde commented Aug 6, 2024

Adds options to the OpenStack plugin to set a list of floating IP pools from which to choose a floating IP or to turn off the allocation of a public IP.

Supersedes #229 and #243

@@ -102,6 +102,8 @@
image: "{{ item.image }}"
key_name: "{{ key_name }}"
flavor: "{{ item.flavor }}"
floating_ip_pools: "{{ item.floating_ip_pools if item.floating_ip_pools is defined and item.floating_ip_pools else omit }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not checking with | length > 0 ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you suggesting item.floating_ip_pools is defined and item.floating_ip_pools | length > 0?

What is the benefit opposed to the current state?

@audgirka audgirka force-pushed the openstack-add-public-ip-options branch from a68921a to 82111c2 Compare January 3, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request openstack
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants