1d84df93d1
We allow deleting allocated nodes if maintenance is True, but it fails with HTTP 500 because of a foreign constraint on the nodes table. Story: #2007823 Task: #40102 Change-Id: I7a689c8c403b613fca412fa70e31df40cce8ad95
7 lines
235 B
YAML
7 lines
235 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes deleting nodes with maintenance mode on and an allocation present.
|
|
Previously it caused an internal server error. See `story 2007823
|
|
<https://storyboard.openstack.org/#!/story/2007823>`_ for details.
|