Merge "Replace openstack.org git:// URLs with https://"
This commit is contained in:
commit
45f7369173
@ -111,7 +111,8 @@ class Project(base.APIBase):
|
|||||||
name="StoryBoard",
|
name="StoryBoard",
|
||||||
description="This is an awesome project.",
|
description="This is an awesome project.",
|
||||||
is_active=True,
|
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):
|
class ProjectGroup(base.APIBase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user