Description
I am using libcloud 0.15.1 and trying to pullout the pricing details for GCE
I noticed that there is a KeyError exception thrown which causes the price to be set as None
Driver: GCE
File: gce.py
API: _to_node_size()
Snippet:
try:
price = self._get_size_price(size_id=machine_type['name'])
except KeyError:
price = None