Comment 16 for bug 1288230

Revision history for this message
Sailaja (sailajap) wrote :

Hi All,

The below are the approaches to fix this bug for the openstack-dashboard scenario.

    1. Create a database entry for each tenant with the number of vms provisioned by the tenant.

    2. For the request to delete the project from dahsboard,check the nova database and display a message that the project has active instances.

    3. When there is a request to delete a project,check the list of instances for the project and throw an error message.(the entire flow should occur in the openstack-dashboard )

Please let me know the inputs about these approaches.

Thanks in advance.