nova/releasenotes/notes/aggregate-uuid-generation-1f029af7a9af519b.yaml
Dan Smith 67324e61e0 Allocate uuids for aggregates as they are created or loaded
Note that this filters uuid from the aggregate view in the API because we would
need a microversion. That may be a thing in the future (for the 2.x api) but
not something we can do here.

Related to blueprint generic-resource-pools

Change-Id: I45006e546867d348563831986b91a317029a1173
2016-02-24 07:48:09 -08:00

7 lines
319 B
YAML

---
upgrade:
- Upon first startup of the scheduler service in Mitaka, all defined
aggregates will have UUIDs generated and saved back to the
database. If you have a significant number of aggregates, this may
delay scheduler start as that work is completed, but it should be
minor for most deployments.