Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / backend-list.py @ 75dc539e

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
6dafedf6 05/31/2013 05:12 pm Christos Stavrakakis

cyclades: Add 'drained' flag to Network

Extend Network model with the 'drained' attribute, to indicate whether a
network should be used in public IP allocation when creating servers.
This option is only useful for public networks.

7f79fa49 05/24/2013 04:17 pm Christos Stavrakakis

cyclades: Export hypervisor to backend-list cmd

b0e7f310 03/14/2013 03:58 pm Christos Stavrakakis

Add ListCommand to be used for all *-list commands

Create a generic ListCommand to be user for all *-list management
commands. ListCommand handles must tasks that are common to all
management commands, like retrieving objects from db, filtering
results and formating output to a pretty table, json or csv....

cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

7a0aa449 11/22/2012 01:26 pm Christos Stavrakakis

Add function for pretty printing tables

24683dda 09/27/2012 03:59 pm Christos Stavrakakis

Fix typos

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

Rename management commands