File: clustering-resource-deletion-bed869ba47c2aac1.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Fixed a regression in deleting Node and Cluster resources
    in clustering caused by the addition of the ``location``
    property to all resource objects. Previously the delete
    calls had directly returned the ``location`` field
    returned in the headers from the clustering service pointing
    to an Action resource that could be fetched to get status
    on the delete operation. The delete calls now return an
    Action resource directly that is correctly constructed
    so that ``wait_for_status`` and ``wait_for_deleted``
    work as expected.