def associate_floating_ip(self):
     assert topo_steps.allocNassocFIP(self, self.config_topo)
     return True
 def allocate_floating_ip(self):
     assert topo_steps.allocNassocFIP(self, self.config_topo, assoc=False)
     return True
Example #3
0
 def create_floating_ip(self):
     assert topo_steps.allocNassocFIP(self)
     return True
Example #4
0
 def associate_floating_ip(self):
     assert topo_steps.allocNassocFIP(self, self.config_topo)
     return True
Example #5
0
 def allocate_floating_ip(self):
     assert topo_steps.allocNassocFIP(self, self.config_topo, assoc=False)
     return True
 def create_floating_ip(self):
     assert topo_steps.allocNassocFIP(self)
     return True