def cell_update(self, ctxt, cell_name, values): raise exception.CellsUpdateUnsupported()
def cell_delete(self, ctxt, cell_name): raise exception.CellsUpdateUnsupported()
def cell_create(self, ctxt, values): raise exception.CellsUpdateUnsupported()