From b0c317ebdd5e5f2626ce2fbd495149336fe5df7e Mon Sep 17 00:00:00 2001 From: Huanxuan Ao Date: Thu, 7 Jul 2016 21:27:22 +0800 Subject: 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 --- releasenotes/notes/bug-1575461-3fed33e53795684a.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/bug-1575461-3fed33e53795684a.yaml (limited to 'releasenotes') 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 `_] -- cgit v1.2.1