Merge pull request #15037 from vladpanainte/gce_fix

remove logging warning from GCE inventory
pull/15058/merge
Brian Coca 8 years ago
commit 6bf92e7398

@ -90,6 +90,9 @@ import os
import argparse
import ConfigParser
import logging
logging.getLogger('libcloud.common.google').addHandler(logging.NullHandler())
try:
import json
except ImportError:

Loading…
Cancel
Save