Revision d2881c71 lib/cli.py

b/lib/cli.py
1122 1122
                              action="store", metavar="POLICY", default=None,
1123 1123
                              help="Allocation policy for the node group")
1124 1124

  
1125
NODE_POWERED_OPT = cli_option("--node-powered", default=None,
1126
                              type="bool", metavar=_YORNO,
1127
                              dest="node_powered",
1128
                              help="Specify if the SoR for node is powered")
1129

  
1125 1130

  
1126 1131
#: Options provided by all commands
1127 1132
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff