Merge "Fix missing print format error"

This commit is contained in:
Zuul 2019-08-05 11:41:18 +00:00 committed by Gerrit Code Review
commit 8cde536692

View File

@ -260,7 +260,7 @@ def add_ports_to_network(task, network_uuid, security_groups=None):
port_body['port']['binding:profile'] = binding_profile
if add_all_ports and not ironic_port.pxe_enabled:
LOG.debug("Adding port %(port)s to network %(net) for "
LOG.debug("Adding port %(port)s to network %(net)s for "
"provisioning without an IP allocation.",
{'port': ironic_port.uuid,
'net': network_uuid})