Use opendev git url

We want to get the source from the source.

Change-Id: I2cff44ca067ef0b9c342d9d60161b762cd10e57f
This commit is contained in:
Clark Boylan 2019-04-22 08:21:17 -07:00
parent 387d4102a1
commit ae52920b72
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define reviewday::site(
$gerrit_port = '29418',
$gerrit_url = 'localhost',
$gerrit_user = 'reviewday',
$git_url = 'https://git.openstack.org/openstack-infra/reviewday',
$git_url = 'https://opendev.org/openstack/reviewday',
$httproot = '/srv/static/reviewday',
$reviewday_gerrit_ssh_key = undef,
$reviewday_rsa_key_contents = undef,