cwctl.py
branchstable
changeset 9704 43c9896d0e9f
parent 9700 da7d341cca76
child 9770 112c884b2d8d
child 9923 da09975300aa
equal deleted inserted replaced
9703:79ad734ca4d3 9704:43c9896d0e9f
   315     if config.automatic and config.config_level > 0:
   315     if config.automatic and config.config_level > 0:
   316         raise BadCommandUsage('--automatic and --config-level should not be '
   316         raise BadCommandUsage('--automatic and --config-level should not be '
   317                               'used together')
   317                               'used together')
   318 
   318 
   319 class CreateInstanceCommand(Command):
   319 class CreateInstanceCommand(Command):
   320     """Create an instance from a cube. This is an unified
   320     """Create an instance from a cube. This is a unified
   321     command which can handle web / server / all-in-one installation
   321     command which can handle web / server / all-in-one installation
   322     according to available parts of the software library and of the
   322     according to available parts of the software library and of the
   323     desired cube.
   323     desired cube.
   324 
   324 
   325     <cube>
   325     <cube>