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

Use 'openstack subnet list' to retrieve VIP subnets #194

Merged
merged 1 commit into from
May 24, 2024

Conversation

brianphaley
Copy link
Collaborator

Using 'openstack subnet show' on a subnet that does not exist will return an error, instead use 'subnet list' with --name which will just return an empty string if it is not found.

Using 'openstack subnet show' on a subnet that does not
exist will return an error, instead use 'subnet list'
with --name which will just return an empty string if
it is not found.
@brianphaley brianphaley requested a review from nicolasbock May 24, 2024 14:00
Copy link
Collaborator

@nicolasbock nicolasbock left a comment

Choose a reason for hiding this comment

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

Thanks, definitely cleaner 😄

@nicolasbock nicolasbock merged commit 921dbec into canonical:main May 24, 2024
1 of 2 checks passed
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.

2 participants