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