Comment 12 for bug 2013228

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/905106
Committed: https://opendev.org/openstack/neutron/commit/de40bfbafb03fcb14299cd5da4459d3927aaaef3
Submitter: "Zuul (22348)"
Branch: master

commit de40bfbafb03fcb14299cd5da4459d3927aaaef3
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jan 17 17:04:09 2024 +0000

    Update exception conditions in ``_process_create_port``

    This is a follow-up patch to handle a missing comment. The except
    branch should never catch a ``AttributeError`` exception, only a
    ``KeyError`` if that is missing in the ``data`` dictionary.

    Related-Bug: #2013228
    Change-Id: I6a3249649dde58e666048a613640338ea8af7b36