ironic/ironic/db/sqlalchemy
Dmitry Tantsur 1d84df93d1 Fix internal server error on deleting nodes with allocations
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
2020-06-17 09:44:13 +02:00
..
alembic Add `network_data` field to ironic node object 2020-05-05 15:57:36 +02:00
__init__.py Implement skeleton for a new DB backend. 2013-05-13 00:58:31 -07:00
alembic.ini alembic with initial migration and tests 2014-01-27 16:06:57 +02:00
api.py Fix internal server error on deleting nodes with allocations 2020-06-17 09:44:13 +02:00
migration.py Replace DbMigrationError with DBMigrationError 2017-09-05 23:10:07 +08:00
models.py Add `network_data` field to ironic node object 2020-05-05 15:57:36 +02:00