Commit 43227420 by diegolima

Ignorar instancias nao-existentes em uma regiao

1 parent 83423130
Showing with 1 additions and 0 deletions
......@@ -58,6 +58,7 @@ with open(FCATALOG) as url:
cost = DATA['gcp_price_list'][product][region]
if PRODUCT_FAMILY == COMPUTE_PRODUCT_FAMILY:
cost = DATA['gcp_price_list'][product][region]
if float(cost) != 0 :
for os in GCE_OS:
if os == 'linux':
add = 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!