nova/nova/tests/virt/docker
Daniel Kuffner 423f344c59 Docker cannot start a new instance because of an internal error
The root cause for the issue is that the Docker rest API does not
longer deliver the container list for v1.4 api calls.
The Docker API must be upgraded to 1.7.

Docker API 1.7 is a good choice since that is the first docker version
which officially supports rhel/centos.

In addition will docker client only parse json if the response needed
(to_json()) and this method will not catch json parse exception which makes
finding th eroot cause of a problem in the future easier.

Change-Id: I53dfac5f09ee021c6ed4763f7f164206e8ab32ff
Closes-Bug: #1278104
2014-02-10 17:06:57 +01:00
..
__init__.py Added new hypervisor to support Docker containers 2013-08-29 16:12:18 -07:00
mock_client.py Merge "Destroy docker container if spawn fails to set up network" 2014-02-07 20:02:29 +00:00
test_docker_client.py Docker cannot start a new instance because of an internal error 2014-02-10 17:06:57 +01:00
test_driver.py Merge "Destroy docker container if spawn fails to set up network" 2014-02-07 20:02:29 +00:00
test_hostinfo.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_network.py Merge "Nova Docker: Metadata service doesn't work" 2014-02-07 20:03:32 +00:00