summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-07 21:27:22 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-22 10:20:18 +0800
commitb0c317ebdd5e5f2626ce2fbd495149336fe5df7e (patch)
treeb9f1430430d6c0ba3bca9f023341b7f61c8f3729 /releasenotes/notes
parent55c1c575d63f4e9e6fc3f4dbb6c572e841b513d9 (diff)
downloadpython-openstackclient-b0c317ebdd5e5f2626ce2fbd495149336fe5df7e.tar.gz
Add Support for showing flavor access list
Add a attribute "access_project_id" for flavor object to display the access project id list by using "flavor show" command. Change-Id: I7f0c152b816e0ca2e32e47f9b5c1aa7663d33b6d Closes-Bug:#1575461
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1575461-3fed33e53795684a.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1575461-3fed33e53795684a.yaml b/releasenotes/notes/bug-1575461-3fed33e53795684a.yaml
new file mode 100644
index 00000000..cd319454
--- /dev/null
+++ b/releasenotes/notes/bug-1575461-3fed33e53795684a.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add support for showing flavor access list by using ``flavor show`` command.
+ [Bug `1575461 <https://bugs.launchpad.net/bugs/1575461>`_]