Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / server-inspect.py @ 5b50c3b4

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
a6e6fe48 02/27/2014 04:16 pm Christos Stavrakakis

cyclades: Common function to get object by ID

Create common helper function, for command line tools, to get an object
from DB by it's ID, and raise the appropriate command error if the
object does not exist or the ID is invalid.

1bf69a52 11/29/2013 04:10 pm Giorgos Korfiatis

cyclades: Lock objects in modifying commands

475d4a85 11/29/2013 04:00 pm Christos Stavrakakis

cyclades: Move all management commands to logic

Move all management commands from 'api/management/commands' to
'logic/management/commands'.

f66d8b04 11/05/2012 09:45 am Christos Stavrakakis

Display VM build percentage in management commands

dab038a2 10/16/2012 01:38 pm Christos Stavrakakis

Fix typos

3524241a 10/03/2012 12:22 pm Christos Stavrakakis

Pool Ganeti RAPI clients

- Move Ganeti RAPI client from snf-common to snf-cyclades-app/logic.
- Create GanetiRapiClientPool for pooling GanetiRapiClient objects
- Create context manager in db.models for pool handling
- Update code using the RAPI client

4a37a0be 09/19/2012 11:34 am Christos Stavrakakis

Fix bug in server-inspect

56a1134d 07/23/2012 11:48 am Christos Stavrakakis

Rename management commands