Use default configured SSH key for cloud nodes

Change-Id: I4945edbc3ff2f2428b349ca9f2a38eb949ca1725
This commit is contained in:
Federico Ressi 2020-02-20 14:44:03 +01:00
parent 99ca19c195
commit 7a8c8763e6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ OPTIONS = [
default=None,
help="List of hostname nodes"),
cfg.StrOpt('key_file',
default='~/.ssh/id_rsa',
default=None,
help="Default SSH key to login to cloud nodes"),
cfg.StrOpt('username',
default=None,