ironic/ironic/db
Dmitry Tantsur 96b9d9de07 Allocation API: conductor API (without HA and take over)
This change introduces the two RPC calls required for the allocation
API: create_allocation and destroy_allocation.

The nodes RPC is updated to:
* Prevent instance_uuid deletion if a node has an allocation and is
  not in an updatable state.
* Delete allocation when instance_uuid is deleted and the node is
  in an updatable state.
* Delete allocation when a node is unprovisioned and instance_uuid
  is thus cleared.

Change-Id: I45815727f970c3d7fe51bb78d8e162a374d12e04
Story: #2004341
Task: #27987
2019-01-31 13:01:09 +01:00
..
sqlalchemy Allocation API: conductor API (without HA and take over) 2019-01-31 13:01:09 +01:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
api.py Allocation API: allow picking random conductor for RPC topic 2019-01-09 13:21:30 +01:00
migration.py Remove downgrade support from migrations 2016-02-08 15:31:15 +00:00