Esempio n. 1
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, self.floating_ip)
Esempio n. 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)
Esempio n. 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)
Esempio n. 4
0
 def destroy(cls, context, address):
     db.floating_ip_destroy(context, str(address))
Esempio n. 5
0
 def _delete_floating_ip(self):
     db.floating_ip_destroy(self.context, self.floating_ip)