Changes to enable make gce to run. Added sys import so libcloud error is displayed; renamed credentials keys in template file so they work properly with gce_credentials.py. (#16607)

This commit is contained in:
Tom Melendez
2016-09-16 07:02:18 -07:00
committed by Ryan Brown
parent 697888965e
commit 91a30e59e4
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import collections
import os
import sys
import yaml
try: