File: fix-supplemental-fips-c9cd58aac12eb30e.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
---
fixes:
  - Fixed an issue where shade could report a floating IP being attached
    to a server erroneously due to only matching on fixed ip. Changed the
    lookup to match on port ids. This adds an API call in the case where
    the workaround is needed because of a bug in the cloud, but in most
    cases it should have no difference.