Comment 8 for bug 1519512

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

Reviewed: https://review.openstack.org/276888
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=04e45bbacdcb17294454a85a835cc8393477aa27
Submitter: Jenkins
Branch: master

commit 04e45bbacdcb17294454a85a835cc8393477aa27
Author: Richard Theis <email address hidden>
Date: Fri Feb 5 13:39:40 2016 -0600

    Add NetworkAndCompute Lister and ShowOne classes

    This patch set introduces the NetworkAndComputeLister and
    NetworkAndComputeShowOne classes which are related to the
    NetworkAndComputeCommand class. These classes are for commands
    that must support neutron and nova network. The new classes
    allows both the parser and actions to be unique.

    Change-Id: I1b59264cd40aaf1062f4e8db233ccb7fd0e95f0e
    Partial-Bug: #1519511
    Partial-Bug: #1519512
    Related-to: blueprint neutron-client