Comment 8 for bug 1795717

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

Reviewed: https://review.openstack.org/608016
Committed: https://git.openstack.org/cgit/openstack/stx-gui/commit/?id=0da20e5b3aba6c5c158b9c2f7b87673a473d6d50
Submitter: Zuul
Branch: r/2018.10

commit 0da20e5b3aba6c5c158b9c2f7b87673a473d6d50
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>