Sync lockutils and log from oslo

This commit pulls in the lockutils and log module from oslo, and all
the dependency modules into tempest.

Change-Id: I5376f977a110f502f0e4958cbccbd379539e006b
diff --git a/openstack-common.conf b/openstack-common.conf
index 24af119..8568f22 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,7 +1,9 @@
 [DEFAULT]
 
 # The list of modules to copy from openstack-common
-modules=install_venv_common
+module=install_venv_common
+module=lockutils
+module=log
 
 # The base module to hold the copy of openstack.common
 base=tempest