Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / api / management / commands / network-remove.py @ c34b2908

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
c34b2908 05/13/2013 12:06 pm Christos Stavrakakis

cyclades: add commissioning to create/remove cmds

Update create/remove management commands to issue commission when
needed.

b84ed662 11/09/2012 05:32 pm Christos Stavrakakis

Refactor code in management commands

56543400 09/19/2012 11:21 am Christos Stavrakakis

Fix bug in snf-manage network-remove

7fede91e 09/07/2012 05:36 pm Christos Stavrakakis

Implement multiple public networks

Implement multiple public networks in order to support:
- different public networks per backend
- non-consecutive IP ranges in each backend

To support this, public networks are treated different from private
ones. Namely, they are correlated with one backend (and so have...