Comment 2 for bug 1477100

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/204561
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2c2cf962c2cc8c9facc1e578b35f4616a4f65ca5
Submitter: Jenkins
Branch: master

commit 2c2cf962c2cc8c9facc1e578b35f4616a4f65ca5
Author: Yves-Gwenael Bourhis <email address hidden>
Date: Wed Jul 22 13:41:43 2015 +0200

    Handling vnic type as optional

    Currently there is no way to check vnci_type is supported or not from the
    outside of neutron. If it's not supported, when trying to "edit port" a
    Traceback was issued.
    This patch checks if there is a vnci_type before accessing it in the
    "edit port" view.

    Change-Id: Ia3b75cb300832f01efbc933c3d5784af9b93f308
    Closes-bug: #1477100