Correct log message inside openstack module
Corrected log message for scale_wait method. Log message was not logged properly because the format specifiers were not specified correctly. Change-Id: Ie0c84ffff19d3cc8511167cb949c98bf13d0fe16
This commit is contained in:
parent
3e97805945
commit
83988c953a
@ -371,7 +371,7 @@ class OpenStack(abstract_driver.VnfAbstractDriver,
|
||||
LOG.warning(error_reason)
|
||||
break
|
||||
error_reason = _(
|
||||
"VNF scaling failed to complete within %{wait}s seconds "
|
||||
"VNF scaling failed to complete within %(wait)s seconds "
|
||||
"while waiting for the stack %(stack)s to be "
|
||||
"scaled.") % {'stack': stack_id,
|
||||
'wait': self.STACK_RETRIES *
|
||||
|
Loading…
x
Reference in New Issue
Block a user