From 34b7508c884e42a50162f56228f7457da6d36d39 Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Mon, 6 Jan 2020 13:06:04 +0000 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update python-manilaclient from branch 'master' - Implement OSC share type commands In this patch we add openstack commands for: share type create share type delete share type set share type unset share type list share type show share type access create share type access list share type access delete These commands can be used to replace all “manila type-” commands. “openstack share type set” combines “manila type-key” with “manila type-update” commands and can be used to set name, description, visibility and extra specs. Change-Id: I10cb6ea800908ebbe48eae7ba8c18680249ff1d2 Partially-implements: bp openstack-client-support --- python-manilaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-manilaclient b/python-manilaclient index 9fc3723de8..e3652b9c1c 160000 --- a/python-manilaclient +++ b/python-manilaclient @@ -1 +1 @@ -Subproject commit 9fc3723de89518ff06e457edd4579093686a6410 +Subproject commit e3652b9c1c36c825d07dce741802930ad0ec1a12