git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2dfb37
)
change field name
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Tue, 9 Apr 2013 15:06:48 +0000
(11:06 -0400)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Tue, 9 Apr 2013 15:06:48 +0000
(11:06 -0400)
plstackapi/planetstack/models.py
patch
|
blob
|
history
diff --git
a/plstackapi/planetstack/models.py
b/plstackapi/planetstack/models.py
index
8ecc144
..
e796614
100644
(file)
--- a/
plstackapi/planetstack/models.py
+++ b/
plstackapi/planetstack/models.py
@@
-34,7
+34,7
@@
class Role(PlCoreBase):
super(Role, self).save()
class Site(PlCoreBase):
-
site
_id = models.CharField(max_length=200, help_text="Keystone tenant id")
+
tenant
_id = models.CharField(max_length=200, help_text="Keystone tenant id")
name = models.CharField(max_length=200, help_text="Name for this Site")
site_url = models.URLField(null=True, blank=True, max_length=512, help_text="Site's Home URL Page")
enabled = models.BooleanField(default=True, help_text="Status for this Site")