Merge pull request from sigmavirus24/lxc-bug-fix

Interpolate container name into error message
This commit is contained in:
Brian Coca 2015-05-13 14:00:37 -04:00
commit bfb8868d8b

View file

@ -797,7 +797,7 @@ class LxcContainerManagement(object):
rc=1,
msg='The container [ %s ] failed to start. Check to lxc is'
' available and that the container is in a functional'
' state.'
' state.' % self.container_name
)
def _check_archive(self):