Files
placement/nova/db/sqlalchemy/api_migrations
melanie witt e539a233f7 Add instance groups tables to the API database
CellsV2 requires that instance groups be available in the API database.
Create the 'instance_groups', 'instance_group_policy', and
'instance_group_member' tables in the API database.

The instance_id column of instance_group_member has been renamed to
instance_uuid.

Part of blueprint cells-instance-groups-api-db

Change-Id: Id8efd701c9a8e142688ecb276ade41e92ae1b936
2016-06-23 00:28:50 +00:00
..