File: bug-1753550-image-ref-url-notifications-42df5911a46b7de7.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (9 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    The ``image_ref_url`` entry in legacy instance notification payloads will
    be just the instance image id if ``[glance]/api_servers`` is not set
    and the notification is being sent from a periodic task. In this case the
    periodic task does not have a token to get the image service endpoint URL
    from the identity service so only the image id is in the payload. This
    does not affect versioned notifications.