Example #1
0
 def cell_update(self, ctxt, cell_name, values):
     raise exception.CellsUpdateUnsupported()
Example #2
0
 def cell_delete(self, ctxt, cell_name):
     raise exception.CellsUpdateUnsupported()
Example #3
0
 def cell_create(self, ctxt, values):
     raise exception.CellsUpdateUnsupported()