Comment 2 for bug 1659967

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

Reviewed: https://review.openstack.org/437320
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=888022f8c0a2911a03fc682fdbe4c68c35a27db7
Submitter: Jenkins
Branch: master

commit 888022f8c0a2911a03fc682fdbe4c68c35a27db7
Author: Huanxuan Ao <email address hidden>
Date: Thu Feb 16 18:43:31 2017 +0800

    Fix "security group list" command to display project ID properly

    The "Project" column of the output of
    "security group list" command is blank
    since the new attribute name is "project_id"
    not "tenant_id" in network resource, so change
    it to display project IDs properly

    Change-Id: Ie2a071afac3b5a8aaa2c6f1c50d44ae06905d916
    Closes-bug: #1659967