Skip to content

Commit 6fa2d1f

Browse files
authored
Merge pull request #196 from cloudify-cosmo/isaac-s-patch-1
Fixed typo
2 parents fa5648a + aef9dee commit 6fa2d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nova_plugin/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def rename(name):
363363
# Store the server dictionary contents in runtime properties
364364
assign_payload_as_runtime_properties(ctx, SERVER_OPENSTACK_TYPE, server)
365365
ctx.logger.debug(
366-
"Asking Nova to create server. All possible parameters are: {0})"
366+
"Asking Nova to create server. All possible parameters are: [{0}]"
367367
.format(','.join(server.keys())))
368368

369369
try:

0 commit comments

Comments
 (0)