Revision 5b50c3b4 snf-cyclades-app/synnefo/logic/management/commands/port-remove.py

b/snf-cyclades-app/synnefo/logic/management/commands/port-remove.py
40 40
    can_import_settings = True
41 41
    args = "<Port ID> [<Port ID> ...]"
42 42
    help = "Remove a port from the Database and from the VMs attached to"
43
    option_list = RemoveCommand.option_list + (
43
    command_option_list = RemoveCommand.command_option_list + (
44 44
        make_option(
45 45
            "--wait",
46 46
            dest="wait",

Also available in: Unified diff