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:
shubham potale 2019-03-07 07:11:20 +00:00 committed by Shubham Potale
parent 3e97805945
commit 83988c953a

View File

@ -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 *