diff --git a/IM/connectors/GCE.py b/IM/connectors/GCE.py index 07d0db3bb..1d6645118 100644 --- a/IM/connectors/GCE.py +++ b/IM/connectors/GCE.py @@ -260,7 +260,7 @@ def get_instance_type(self, sizes, radl): # get the node size with the lowest price and memory (in the case # of the price is not set) if size.price is None: - size.price = 0 + size.price = 9999 if res is None or (size.price <= res.price or size.ram <= res.ram): str_compare = "" if 'guestCpus' in size.extra and size.extra['guestCpus']: