Comment 4 for bug 1795717

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

Reviewed: https://review.openstack.org/607658
Committed: https://git.openstack.org/cgit/openstack/stx-gui/commit/?id=fe946621b1fa9aee347a5bfa4aeb28a7d1192f29
Submitter: Zuul
Branch: master

commit fe946621b1fa9aee347a5bfa4aeb28a7d1192f29
Author: Patrick Bonnell <email address hidden>
Date: Wed Oct 3 13:39:49 2018 -0400

    No need for PCI interface class options during interface creation

    A change has been made in forms.py to remove
    'pci-passthrough' and 'pci-sriov' as an ifclass when creating an
    interface. As the code stands, provider networks are only listed for
    either 'pci-passthrough' and 'pci-sriov' when editing an interface, and
    a PCI interface cannot be created if a provider network is not selected.
    Thus, those options have been removed from the creation form.

    Closes-Bug: 1795717

    Change-Id: I898d21807d16375d3ccaa40c29a3920656aad44b
    Signed-off-by: Patrick Bonnell <email address hidden>