Revision 5ae4945a lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
49 49
                    help="Recover from an EPO")
50 50

  
51 51
GROUPS_OPT = cli_option("--groups", default=False,
52
                    action="store_true", dest="groups",
53
                    help="Arguments are node groups instead of nodes")
52
                        action="store_true", dest="groups",
53
                        help="Arguments are node groups instead of nodes")
54 54

  
55 55
SHOW_MACHINE_OPT = cli_option("-M", "--show-machine-names", default=False,
56 56
                              action="store_true",
......
787 787
  return pem
788 788

  
789 789

  
790
def _RenewCrypto(new_cluster_cert, new_rapi_cert, #pylint: disable=R0911
790
def _RenewCrypto(new_cluster_cert, new_rapi_cert, # pylint: disable=R0911
791 791
                 rapi_cert_filename, new_spice_cert, spice_cert_filename,
792 792
                 spice_cacert_filename, new_confd_hmac_key, new_cds,
793 793
                 cds_filename, force):

Also available in: Unified diff