Interpolate container name into error message
In the event failed to start, the container name was not being properly interpolated into the error message.
This commit is contained in:
parent
19b345932a
commit
deb11be684
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ class LxcContainerManagement(object):
|
||||||
rc=1,
|
rc=1,
|
||||||
msg='The container [ %s ] failed to start. Check to lxc is'
|
msg='The container [ %s ] failed to start. Check to lxc is'
|
||||||
' available and that the container is in a functional'
|
' available and that the container is in a functional'
|
||||||
' state.'
|
' state.' % self.container_name
|
||||||
)
|
)
|
||||||
|
|
||||||
def _check_archive(self):
|
def _check_archive(self):
|
||||||
|
|
Loading…
Reference in a new issue