Revision d193a5c8 snf-cyclades-app/synnefo/logic/management/commands/network-modify.py

b/snf-cyclades-app/synnefo/logic/management/commands/network-modify.py
61 61
            dest="drained",
62 62
            metavar="True|False",
63 63
            choices=["True", "False"],
64
            help="Set as drained to exclude for IP allocation."
65
                 " Only used for public networks."),
64
            help="Set network as drained to prevent creation of new ports."),
66 65
        make_option(
67 66
            "--floating-ip-pool",
68 67
            dest="floating_ip_pool",

Also available in: Unified diff