e99be89599
Fixes a number of places where an exception was raised where it is passed both a message argument and kwargs. Since the exceptions are ultimately NovaException objects, the kwargs are never substituted into the message because message is used instead of msg_fmt. Simply substituting the kwargs into the message before raising the exception fixes the issue. Closes-Bug: #1483022 Change-Id: I62180fcbb0ee3385ec3d271f30de58eebaf62237