Migration of users, projects (aka tenants), roles and EC2 credentials is supported for the Diablo and Essex releases of Nova. To migrate your auth data from Compute, use the following steps:
Use the following command to export your data from Compute (nova):
nova-manage export auth > /path/to/dump
It is important to redirect the output to a file so it can be imported in a later step.
Run the following command to configure the most recent schema in your new installation:
keystone-manage db_sync

