Support cell deletion
Closed this issue · 2 comments
gibizer commented
When an entry is removed from Nova.cellTemplates map the nova-controller does not delete the corresponding NovaCell CR today. But it should.
auniyal61 commented
Here when operator wants to delete a cell, how they should/will proceed?
- delete cell from nova using nova-manage cmd
- update nova controlpalne, to remove entry of cell.
OR
- update nova controlpalne, to remove entry of cell.
- nova-operator itself will ask nova-manage to delete from nova.
gibizer commented
This is tracked in https://issues.redhat.com/browse/OSPRH-105