Comment 17 for bug 1987315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/manila/+/862898
Committed: https://opendev.org/openstack/manila/commit/9c5adb0b5dd65834bd135d2b106d8654158151f5
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 9c5adb0b5dd65834bd135d2b106d8654158151f5
Author: Felipe Rodrigues <email address hidden>
Date: Tue Sep 20 18:51:40 2022 -0300

    Fix neutron plugin get network_type

    Some neutron integrations might not have the provider:network_type
    and provider:segmentation_id set in the network information. The
    plugin is changed to read from dict using get method to avoid
    key error exception.

    Closes-bug: #1987315
    Change-Id: I9a7460135a0c613c10a91fcef471d4da4f17f041
    (cherry picked from commit 48bc4656f8267007a3833c43a8182728582b44e3)
    (cherry picked from commit df2cc333e6247f1741116567b12875c59194ea1a)