Hello,
I am using the nova docker driver and have hit an issue when I try to restart nova-computer service in compute node. I see the following error 015-04-09 19:23:28.687 23113 INFO nova.virt.driver [-] Loading compute driver 'novadocker.virt.docker.DockerDriver' 2015-04-09 19:23:28.739 23113 ERROR nova.virt.driver [-] Unable to load the virtualization driver 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver Traceback (most recent call last): 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver File "/usr/lib/python2.7/dist-packages/nova/virt/driver.py", line 1402, in load_compute_driver 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver virtapi) 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver File "/usr/lib/python2.7/dist-packages/nova/openstack/common/importutils.py", line 52, in import_object_ns 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver return import_class(import_str)(*args, **kwargs) 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver File "/usr/lib/python2.7/dist-packages/nova/openstack/common/importutils.py", line 27, in import_class 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver __import__(mod_str) 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver File "/home/ashish/src/novadocker/novadocker/virt/docker/__init__.py", line 20, in <module> 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver from novadocker.virt.docker import driver 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver File "/home/ashish/src/novadocker/novadocker/virt/docker/driver.py", line 29, in <module> 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver from oslo_log import log 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver ImportError: No module named oslo_log 2015-04-09 19:23:28.739 23113 TRACE nova.virt.driver Looks like there was a recent change made via this bug https://bugs.launchpad.net/nova-docker/+bug/1425111 How to get around this? I tried to figure out if there is a repository available with oslo_log but there is none infact there is one with https://github.com/openstack/oslo.log Kindly advice how to get about this error Regards Ashish The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack