Merge "Fix openstack-inventory"

This commit is contained in:
Zuul 2018-04-26 14:50:08 +00:00 committed by Gerrit Code Review
commit 7c723f6a1e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def parse_args():
def main():
args = parse_args()
try:
openstack.cloud.simple_logging(debug=args.debug)
openstack.enable_logging(debug=args.debug)
inventory = openstack.cloud.inventory.OpenStackInventory(
refresh=args.refresh, private=args.private,
cloud=args.cloud)