Add repo_url and team_id

Adding these for completeness. I think repo_url is actually deprecated,
so we may not want this. There are plans to use project teams at some
point, though.

Change-Id: I0f57f2c530e414783358b2d5ed265a22ad5628ea
This commit is contained in:
Zara 2016-03-30 13:50:03 +00:00
parent e31f95e447
commit 23d0ce195e
1 changed files with 3 additions and 1 deletions

View File

@ -21,8 +21,10 @@ class Project(base.BaseObject):
description = None
is_active = None
autocreate_branches = None
repo_url = None
team_id = None
class ProjectsManager(base.BaseManager):
url_key = "projects"
resource_class = Project
resource_class = Project