Hi all.
I have a brief question about nova and nova-docker.
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':

*
exitcode=self.docker.inspect_container(container_id)['State']['ExitCode']*
*        if exitcode > 0:*
*            raise exception.NoValidHost(reason="Error in docker exit
code")*

In nova cli or horizon I expect to see my error and not the general error
raised after my code.
Can you help me?

Daniel
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to