Updated logger message
This commit is contained in:
parent
f4dfee2306
commit
f0d0f2abcc
1 changed files with 2 additions and 1 deletions
|
@ -556,7 +556,8 @@ class OpenNebulaManager():
|
||||||
save_ssh_key.apply_async((hosts, keys), countdown=countdown,
|
save_ssh_key.apply_async((hosts, keys), countdown=countdown,
|
||||||
link_error=save_ssh_key_error_handler.s())
|
link_error=save_ssh_key_error_handler.s())
|
||||||
else:
|
else:
|
||||||
logger.debug("Keys and hosts are empty, so not managing any keys")
|
logger.debug(
|
||||||
|
"Keys and/or hosts are empty, so not managing any keys")
|
||||||
|
|
||||||
def get_all_hosts(self):
|
def get_all_hosts(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue