Fixed entrypoint for driverlog dashboard

Change-Id: Id0bb2feb0cdb9c8d0f5ee70d9a6b62f02787d68a
This commit is contained in:
Ilya Shakhat 2014-04-07 13:13:29 +04:00
parent a1d3e8d05d
commit b6af7136d1
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/driverlog.git

View File

@ -31,5 +31,5 @@ setup-hooks =
[entry_points]
console_scripts =
driverlog-dashboard = driverlog.web:main
driverlog-dashboard = driverlog.dashboard.web:main
driverlog-processor = driverlog.processor.main:main