# Pastebin OrRJXCZW def allocate_vip(self, load_balancer): if not load_balancer.vip.port_id and not load_balancer.vip.subnet_id: raise base.AllocateVIPException('Cannot allocate a vip ' 'without a port_id or ' 'a subnet_id.')