Return actually reachable IP as part of the Floating IP API
[osm/vim-emu.git] / src / emuvim / api / openstack / resources / port.py
index 1d82e92..6b4929d 100755 (executable)
@@ -45,6 +45,7 @@ class Port:
         self.mac_address = mac_address
         self.floating_ip = floating_ip
         self.net_name = None
+        self.assigned_container = None
 
     def set_name(self, name):
         """