X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fmodels%2Fnetwork.py;h=55711a469c481c3268d7b204b89c7cc2f00cdf42;hb=f4df952647cc7968fe535f5485b7cdc83376602f;hp=4ac0b7ee7c554d40a5634448e9c39e8669b41f14;hpb=5f814b56d189282bfd36861e6555d7302c34f418;p=plstackapi.git diff --git a/planetstack/core/models/network.py b/planetstack/core/models/network.py index 4ac0b7e..55711a4 100644 --- a/planetstack/core/models/network.py +++ b/planetstack/core/models/network.py @@ -74,6 +74,7 @@ class NetworkSliver(PlCoreBase): network = models.ForeignKey(Network) sliver = models.ForeignKey(Sliver) ip = models.GenericIPAddressField(help_text="Sliver ip address", blank=True, null=True) + port_id = models.CharField(null=True, blank=True, max_length=256, help_text="Quantum port id") def save(self, *args, **kwds): slice = self.sliver.slice