Docker driver for Openstack -
i working on openstack installation cant work docker. without docker seems work, when try start instance, exception no host available. found out @ computing nodes docker driver cannot found:
2014-04-21 10:51:26.114 1629 error nova.virt.driver [-] unable load virtualization driver 2014-04-21 10:51:26.114 1629 trace nova.virt.driver traceback (most recent call last): 2014-04-21 10:51:26.114 1629 trace nova.virt.driver file "/usr/lib/python2.7/dist-packages/nova/virt/driver.py", line 1299, in load_compute_driver 2014-04-21 10:51:26.114 1629 trace nova.virt.driver virtapi) 2014-04-21 10:51:26.114 1629 trace nova.virt.driver file "/usr/lib/python2.7/dist-packages/nova/openstack/common/importutils.py", line 52, in import_object_ns 2014-04-21 10:51:26.114 1629 trace nova.virt.driver return import_class(import_str)(*args, **kwargs) 2014-04-21 10:51:26.114 1629 trace nova.virt.driver file "/usr/lib/python2.7/dist-packages/nova/openstack/common/importutils.py", line 28, in import_class 2014-04-21 10:51:26.114 1629 trace nova.virt.driver __import__(mod_str) 2014-04-21 10:51:26.114 1629 trace nova.virt.driver importerror: no module named docker 2014-04-21 10:51:26.114 1629 trace nova.virt.driver
this strange me because docker driver has been suggested in manual: http://docs.openstack.org/trunk/config-reference/content/docker.html although cannot find in git: https://github.com/openstack/nova/tree/master/nova/virt
also variety of sites suggest driver in tutorial. running new icehouse , i've got docker installed on local machines. guys have thoughts? please let me know!
the docker driver openstack nova has been removed.
"the docker compute driver not have ci running against it. in accordance our plan require drivers, removing driver nova." :
https://review.openstack.org/#/c/79740/
the docker driver located in stackforge :
Comments
Post a Comment