There isn't an uuid for quotas. The tenant_id was being set as the ems_ref column, and is not unique. ems_ref needs to be [tenant_id, quota name].
Fix merged: https://github.com/ManageIQ/manageiq-providers-openstack/pull/159