Revision 8c0b16f6 lib/cli.py

b/lib/cli.py
132 132
  "NONICS_OPT",
133 133
  "NONLIVE_OPT",
134 134
  "NONPLUS1_OPT",
135
  "NORUNTIME_CHGS_OPT",
135 136
  "NOSHUTDOWN_OPT",
136 137
  "NOSTART_OPT",
137 138
  "NOSSH_KEYCHECK_OPT",
......
771 772
                            help="Do not install the OS (will"
772 773
                            " enable no-start)")
773 774

  
775
NORUNTIME_CHGS_OPT = cli_option("--no-runtime-changes",
776
                                dest="allow_runtime_chgs",
777
                                default=True, action="store_false",
778
                                help="Don't allow runtime changes")
779

  
774 780
BACKEND_OPT = cli_option("-B", "--backend-parameters", dest="beparams",
775 781
                         type="keyval", default={},
776 782
                         help="Backend parameters")

Also available in: Unified diff