mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
admin_user: Remove verbose info about how the key is fetched
There is no need to reiterate what the user has already specified in the manifest.
This commit is contained in:
parent
32e8bbcf49
commit
bbde39e4fc
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ def resolve_tasks(taskset, manifest):
|
|||
taskset.add(tasks.CheckPublicKeyFile)
|
||||
taskset.add(tasks.AdminUserPublicKey)
|
||||
elif manifest.provider['name'] == 'ec2':
|
||||
logging.getLogger(__name__).info("The SSH key will be obtained from EC2")
|
||||
taskset.add(tasks.AdminUserPublicKeyEC2)
|
||||
elif 'password' not in manifest.plugins['admin_user']:
|
||||
logging.getLogger(__name__).warn("No SSH key and no password set")
|
||||
|
|
Loading…
Add table
Reference in a new issue