Revision a52ba89d scripts/gnt-debug

b/scripts/gnt-debug
150 150
                            " results (out)"),
151 151
                 cli_option("--algorithm", dest="allocator",
152 152
                            default=None,
153
                            help="Allocator algorithm name"),
153
                            help="Allocator algorithm name",
154
                            completion_suggest=OPT_COMPL_ONE_IALLOCATOR),
154 155
                 cli_option("-m", "--mode", default="relocate",
155 156
                            choices=["relocate", "allocate"],
156 157
                            help="Request mode, either allocate or"
......
167 168
                            " definition is of form mac/ip/bridge, if"
168 169
                            " missing values are replace by None"),
169 170
                 cli_option("-o", "--os-type", default=None,
170
                            help="Select os for the instance"),
171
                            help="Select os for the instance",
172
                            completion_suggest=OPT_COMPL_ONE_OS),
171 173
                 cli_option("-p", "--vcpus", default=1, type="int",
172 174
                            help="Select number of VCPUs for the instance"),
173 175
                 cli_option("--tags", default=None,

Also available in: Unified diff