Changed a string format
This commit is contained in:
parent
8eca78b043
commit
a72287be5c
1 changed files with 2 additions and 2 deletions
|
@ -350,8 +350,8 @@ class OpenNebulaManager():
|
|||
return template_pool
|
||||
except ConnectionRefusedError:
|
||||
logger.info(
|
||||
'''Could not connect to host: {host} via protocol \
|
||||
{protocol}'''.format(
|
||||
"""Could not connect to host: {host} via protocol
|
||||
{protocol}""".format(
|
||||
host=settings.OPENNEBULA_DOMAIN,
|
||||
protocol=settings.OPENNEBULA_PROTOCOL)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue