ovirt_storage_domain: Fix error message formating (#46678)
This commit is contained in:
parent
9e5305221a
commit
3c7a503a53
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class StorageDomainModule(BaseModule):
|
|||
else:
|
||||
raise Exception(
|
||||
"Can't bring storage to state `%s`, because Datacenter "
|
||||
"%s is not UP"
|
||||
"%s is not UP" % (self.param('state'), dc.name)
|
||||
)
|
||||
|
||||
def _attached_sds_service(self, dc_name):
|
||||
|
|
Loading…
Reference in a new issue