From 53ff94adda9417f2cb5c3d9dea868a80e23c0fc6 Mon Sep 17 00:00:00 2001 From: Yang Hongyang Date: Thu, 14 Jan 2016 10:58:56 +0800 Subject: [PATCH] Remove unused openstack common conf After change I6b51f1bfef3d1b1c9708e49abca0220321be056d , we can safely remove openstack-common.conf Change-Id: I8f31ce19ee686210b844c05cde79389f79835ef0 Depends-on: I6b51f1bfef3d1b1c9708e49abca0220321be056d --- openstack-common.conf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index 4237fe08..00000000 --- a/openstack-common.conf +++ /dev/null @@ -1,23 +0,0 @@ -[DEFAULT] -# The list of modules to copy from openstack-common -modules=context -modules=eventlet_backdoor -modules=excutils -modules=gettextutils -modules=importutils -modules=iniparser -modules=jsonutils -modules=local -modules=log -modules=loopingcall -modules=manager -modules=network_utils -modules=notifier -modules=periodic_task -modules=rpc -modules=service -modules=setup -modules=threadgroup -modules=timeutils -# The base module to hold the copy of openstack.common -base=astara