Comment 4 for bug 1875330

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tackerclient (stable/ussuri)

Reviewed: https://review.opendev.org/727947
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=548453627f286c0cf8bad8423ac183624f66a561
Submitter: Zuul
Branch: stable/ussuri

commit 548453627f286c0cf8bad8423ac183624f66a561
Author: Shubham <email address hidden>
Date: Mon Apr 27 16:39:39 2020 +0530

    Display correct fields in output for list command

    If user list vnf packages with --exclude_default option, it should
    display all attributes except default set of complex.

    $ openstack vnf package list --exclude_default
    Expected fields:
      'id', 'vnfProductName', 'onboardingState', 'usageState',
      'operationalState', '_links', 'vnfdVersion', 'vnfProvider',
      'vnfSoftwareVersion', 'vnfdId'

    Actual fields displayed are:
       'id', 'vnfProductName', 'onboardingState', 'usageState',
       'operationalState'

    Fixed this issue and now it will display fields as mentioned above in
    expected fields.

    Closes-Bug: 1875330

    Change-Id: I61da40d2e6e7e42999b7ab2d2441cddde64118d9