From 55941f65b99f24aabc09ae1fa0ea48f414c52171 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Tue, 16 Jun 2015 19:06:52 +0000 Subject: [PATCH] Update notes for submitted changes * The is_public filter in VolumeTypeManager.list broke the find in VolumeTypeAccessManager, which caused all commands which should have taken a volume_type name to fail. I have choosen to fix this by effectively removing the filter in the client (and the --all argument to type-list). This is OK, since Cinder implements the filtering by user anyway. The consequence of this change is that the Admin user will always see the entire list (including private types) every time they execute type-list --- 28/9ab37c790b8848e78582926c336628ca51ca6d | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 28/9ab37c790b8848e78582926c336628ca51ca6d diff --git a/28/9ab37c790b8848e78582926c336628ca51ca6d b/28/9ab37c790b8848e78582926c336628ca51ca6d new file mode 100644 index 000000000..f52616a77 --- /dev/null +++ b/28/9ab37c790b8848e78582926c336628ca51ca6d @@ -0,0 +1,11 @@ +Verified+2: Jenkins +Code-Review+2: Mike Perez +Workflow+1: Mike Perez +Code-Review+2: John Griffith +Code-Review+1: Patrick East +Code-Review+1: Yuriy Nesenenko +Submitted-by: Jenkins +Submitted-at: Tue, 16 Jun 2015 19:06:52 +0000 +Reviewed-on: https://review.openstack.org/191621 +Project: openstack/python-cinderclient +Branch: refs/heads/master