From 65d3d6ea06c7c17112ebf52353a3630b5b832c8f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 18 Jul 2014 16:27:26 -0400 Subject: [PATCH] Add taskflow library as a distinct project The taskflow-core team includes members who are not all in oslo-core, so it is useful to be able to track their stats separately. Change-Id: I6508460c0d2a00f76d6f7c8bcf348b1e098a907f --- projects/taskflow.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 projects/taskflow.json diff --git a/projects/taskflow.json b/projects/taskflow.json new file mode 100644 index 0000000..8f57fa8 --- /dev/null +++ b/projects/taskflow.json @@ -0,0 +1,14 @@ +{ + "name": "taskflow", + "subprojects": [ + "openstack/taskflow" + ], + "core-team": [ + "doug-hellmann", + "changbl", + "imelnikov", + "harlowja", + "pran1990", + "dankrause" + ] +}