python-openstackclient/releasenotes/notes/bug-1659967-644a8ee3621c9e81.yaml
Huanxuan Ao 888022f8c0 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
2017-03-10 10:55:58 +08:00

7 lines
197 B
YAML

---
fixes:
- |
``security group list`` command now can display project IDs in the ``Project`` column
of the command output.
[Bug `1659967 <https://bugs.launchpad.net/bugs/1659967>`_]