Correct project name in .gitreview

Project name variable in .gitreview is set to an old value
("openstack/brick.git") which causes it impossible to configure git
review by user. This commit fixes the problem changing the variable
to "openstack/os-brick.git".

Change-Id: Icff5ba943c1c4f52705fbfd1f4047eacbbac690f
Closes-Bug: 1433558
This commit is contained in:
Michal Dulko 2015-03-18 13:00:51 +01:00
parent 354ece84c5
commit f305f2a4a6
1 changed files with 1 additions and 1 deletions

View File

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