Beispiel #1
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, self.floating_ip)
Beispiel #2
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, test_ipv4_address)
     db.floating_ip_destroy(self.context, test_ipv6_address)
Beispiel #3
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, test_ipv4_address)
     db.floating_ip_destroy(self.context, test_ipv6_address)
Beispiel #4
0
 def destroy(cls, context, address):
     db.floating_ip_destroy(context, str(address))
Beispiel #5
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, self.floating_ip)