Revision e537f85f
b/snf-cyclades-app/synnefo/api/management/commands/subnet-list.py | ||
---|---|---|
34 | 34 |
from optparse import make_option |
35 | 35 |
|
36 | 36 |
from snf_django.management.commands import ListCommand, CommandError |
37 |
from synnefo.management.common import get_backend |
|
38 |
from synnefo.api.util import get_subnet |
|
39 | 37 |
from synnefo.settings import (CYCLADES_SERVICE_TOKEN as ASTAKOS_TOKEN, |
40 | 38 |
ASTAKOS_BASE_URL) |
41 | 39 |
from synnefo.db.models import Subnet, Network |
Also available in: Unified diff