nova/releasenotes/notes/remove-default-flavors-5238c2d9673c61e2.yaml
Dan Smith 1a1a41bdbe Remove flavor seeding from the base migration
In a time long ago and a land far far away, someone thought it was a
good idea to populate the database with default flavors. That was
probably reasonable at the time, but it no longer makes sense and
in fact causes us some pain now.

This patch removes those default flavors from the database. That means
that new deploys will not have them, but doesn't actually rewrite
history in any way.

This will require changes to our docs, which largely assume the presence
of these default flavors from time zero.

DocImpact

Depends-On: Ic275887e97221d9ce5ce6f12cdcfb5ac94e300b0
Change-Id: I80b63ce1ebca01be61ac0f43d26a2992ecf16678
2016-04-05 08:01:33 -07:00

6 lines
209 B
YAML

---
other:
- The default flavors that nova has previously had are no longer
created as part of the first database migration. New deployments
will need to create appropriate flavors before first use.