aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-05 12:30:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-05 12:30:08 +0000
commit7966eb35cc5fefcd6ca82e9d2864c0077b8a79c5 (patch)
tree1f3195af1404d6e96ab139951f97fd007c3fc2c3 /utils
parentbeb0b0c8fddbdfd45fef0a7e9548b52e48f94c45 (diff)
parent0ae5f5fc64868e8c68eb330fa5aa219abdbdfee0 (diff)
Merge "Switch print to logging.info"
Diffstat (limited to 'utils')
-rwxr-xr-xutils/openstack_clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/openstack_clean.py b/utils/openstack_clean.py
index 3b937c917..ef26be1f3 100755
--- a/utils/openstack_clean.py
+++ b/utils/openstack_clean.py
@@ -233,7 +233,7 @@ def remove_ports(neutron_client, ports, network_ids):
except:
logger.debug(" > WARNING: Port %s does not contain fixed_ips"
% port_id)
- print port
+ logger.info(port)
router_id = port['device_id']
if len(port['fixed_ips']) == 0 and router_id == '':
logger.debug("Removing port %s ..." % port_id)