Merge pull request #15037 from vladpanainte/gce_fix
remove logging warning from GCE inventory
This commit is contained in:
commit
6bf92e7398
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue