<div dir="ltr">Hi all.<div>I have a brief question about nova and nova-docker.</div><div>In nova-docker I add a piece of code when I raise an exception, in particular in 'novadocker/virt/docker/driver.py', function '_start_container':</div><div><br></div><div><div><div><i><font size="1">        exitcode=self.docker.inspect_container(container_id)['State']['ExitCode']</font></i></div><div><i><font size="1">        if exitcode > 0:</font></i></div><div><i><font size="1">            raise exception.NoValidHost(reason="Error in docker exit code")</font></i></div></div><div><br></div><div>In nova cli or horizon I expect to see my error and not the general error raised after my code.</div><div>Can you help me?</div><div><br></div><div>Daniel</div>
</div></div>