summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-05-08 19:32:50 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-05-08 19:32:50 -0700
commitc83d4ab4e3d4bba6a591fd7eba11536b420b8753 (patch)
treedcb2557529658dfb1915f3a64a13ec1d0e98042e /openstack-common.conf
parentfdb64d9014ec9c0ff5811699cdc47ca345bd8ed9 (diff)
downloadtaskflow-c83d4ab4e3d4bba6a591fd7eba11536b420b8753.tar.gz
Add in openstack common and remove patch references.
Take some basic module from openstack oslo incubator and use them to replace functionality that was in nova when this patch was formed. Remove other references to make this more of a general library from the get-go.
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
new file mode 100644
index 0000000..6aef1eb
--- /dev/null
+++ b/openstack-common.conf
@@ -0,0 +1,9 @@
+[DEFAULT]
+
+# The list of modules to copy from oslo-incubator.git
+module=excutils
+module=log
+
+# The base module to hold the copy of openstack.common
+base=taskflow
+