summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1645175-b1ef3ad9a3e44ed6.yaml
blob: f5453bcbd73d6b543c67fea61dd2a9d34676b2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
other:
  - |
     ``instance.shutdown.end`` versioned notification will
     have an empty ``ip_addresses`` field since the network
     resources associated with the instance are deallocated
     before this notification is sent, which is actually
     more accurate. Consumers should rely on the
     instance.shutdown.start notification if they need the
     network information for the instance when it is being
     deleted.