Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Ian Wienand 2019-04-10 01:34:34 +00:00 committed by Gerrit Code Review
commit 45f7369173
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ class Project(base.APIBase):
name="StoryBoard",
description="This is an awesome project.",
is_active=True,
repo_url="git://git.openstack.org/openstack-infra/storyboard.git")
repo_url="https://git.openstack.org/openstack-infra/storyboard.git"
)
class ProjectGroup(base.APIBase):