summaryrefslogtreecommitdiffstats
path: root/setup.cfg
AgeCommit message (Collapse)AuthorFilesLines
2017-02-19Move api server to legacy code.Akhil Batra1-1/+1
Change-Id: Idda8a48bc8cecac5aff4a1f99b8e4e0b58855fff Signed-off-by: Akhil Batra <akhil.batra@research.iiit.ac.in>
2017-01-11Reorganize the project foldersYujun Zhang1-1/+4
Code from Brahmaputra is no longer maintained, including: - docker - playbooks - scripts - utils They are moved to legacy folder to avoid unnecessary confusion to new developers. Change-Id: Ia50383ca5c3bd82571eb7b2184e7f83e264ff8a7 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-12-22rename qtip-server to qtip-apiAkhil Batra1-1/+1
JIRA: QTIP-191 Change-Id: I54f8f0884fa92e41b619e25e4a241be2eb8fd087 Signed-off-by: Akhil Batra <akhil.batra@research.iiit.ac.in>
2016-12-14make qtip-server installableSerenaFeng1-0/+1
JIRA: QTIP-189 Change-Id: I8de0fa1ff3033fd37c499e75f35a5387f5345f8f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-26Entry point should be a calling a module function.linux_geek1-1/+1
Explained in [1] under entry_points. [1]. http://docs.openstack.org/developer/pbr/ Change-Id: Id231f397f348dd256b442dc69fe90c5cca5defd4 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-24Bugfix in new setup file.linux_geek1-1/+1
Change-Id: I02a9620ce92680fdab469117e67894dba16d8b11 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-24Use `pbr` for setup configurationYujun Zhang1-0/+22
- `pbr` does a bunch of things[1] and is used widely in OpenStack - moved legacy `qtip.py` to scripts in order to keep the project folder clean [1]: http://docs.openstack.org/developer/pbr/#what-it-does Change-Id: I6a9b83883283eaa527e2c3d4cd8d221ee6efca41 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>