forked from uncloud/uncloud
Merge branch 'master' of code.ungleich.ch:uncloud/uncloud
This commit is contained in:
commit
bab59b1879
21 changed files with 733 additions and 241 deletions
|
|
@ -112,6 +112,7 @@ class VPNNetworkReservation(UncloudModel):
|
|||
address = models.GenericIPAddressField(primary_key=True)
|
||||
|
||||
status = models.CharField(max_length=256,
|
||||
default='used',
|
||||
choices = (
|
||||
('used', 'used'),
|
||||
('free', 'free')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue