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
This commit is contained in:
Doug Hellmann 2014-07-18 16:27:26 -04:00 committed by Joshua Harlow
parent 3bb6f216cd
commit 65d3d6ea06
1 changed files with 14 additions and 0 deletions

14
projects/taskflow.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "taskflow",
"subprojects": [
"openstack/taskflow"
],
"core-team": [
"doug-hellmann",
"changbl",
"imelnikov",
"harlowja",
"pran1990",
"dankrause"
]
}