equal
deleted
inserted
replaced
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> |