openstack-k8s-operators/nova-operator

Support cell deletion

Closed this issue · 2 comments

When an entry is removed from Nova.cellTemplates map the nova-controller does not delete the corresponding NovaCell CR today. But it should.

Here when operator wants to delete a cell, how they should/will proceed?

  1. delete cell from nova using nova-manage cmd
  2. update nova controlpalne, to remove entry of cell.

OR

  1. update nova controlpalne, to remove entry of cell.
  2. nova-operator itself will ask nova-manage to delete from nova.