示例#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)