Skip to content

Conversation

@charliepark
Copy link
Contributor

@charliepark charliepark commented Mar 1, 2024

Fixes #5016

This PR adds the ability to update names and descriptions for floating IPs.

Co-authored-by: David Crespo <david-crespo@users.noreply.github.com>
@charliepark charliepark marked this pull request as ready for review March 1, 2024 19:46

fn assert_floating_ips_eq(first: &FloatingIp, second: &FloatingIp) {
assert_eq!(first.identity, second.identity);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick, but I think this could be inlined. It's not doing enough — I expected it to compare all fields or something.

Copy link
Contributor

@david-crespo david-crespo left a comment

Choose a reason for hiding this comment

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

woohoo!

Copy link
Contributor

@FelixMcFelix FelixMcFelix left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for adding this in! 😄

@david-crespo david-crespo enabled auto-merge (squash) March 1, 2024 21:24
@david-crespo david-crespo merged commit 4ab41a0 into main Mar 1, 2024
@david-crespo david-crespo deleted the floating_ip_updates branch March 1, 2024 21:55
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.

Need endpoint to update a floating IP

4 participants