mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
nuke: take config files from -t argument
teuthology-lock and teuthology-updatekeys both use -t for this already
This commit is contained in:
parent
96e89d30ec
commit
0da44591a9
@ -12,13 +12,14 @@ def parse_args():
|
||||
help='be more verbose'
|
||||
)
|
||||
parser.add_argument(
|
||||
'config',
|
||||
metavar='CONFFILE',
|
||||
'-t', '--targets',
|
||||
nargs='+',
|
||||
type=config_file,
|
||||
action=MergeConfig,
|
||||
default={},
|
||||
help='config file to read',
|
||||
required=True,
|
||||
dest='config',
|
||||
help='yaml config containing machines to nuke',
|
||||
)
|
||||
parser.add_argument(
|
||||
'--archive',
|
||||
|
Loading…
Reference in New Issue
Block a user