Skip to content

Tags: sapcc/python-manilaclient

Tags

xena-m3-5

Toggle xena-m3-5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add --force flag to replica promote command (#4)

backend implementation sapcc/manila#175

xena-m3-4

Toggle xena-m3-4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Carthaca Maurice Escher
sapcc: add 'id' parameter to replica create

needs manila installed with
sapcc/manila@cc2a38d

Change-Id: I5654112a7903d78e6fc541b6d5a0459fe27433e7

4.4.0-dev

Toggle 4.4.0-dev's commit message
Use suitable api version for OSC.

In manilaclient i.e. manila commands, if user supplied version is above
the max version supported by server, manilaclient adjust to max version.
This was missing in openstack commands which results in failure that
version is not supported. Fix by discovering most suitable version and
use it for client creation.

Closes-bug: #1960490
Change-Id: I734f6953e8b0266b38f0cb6e1581c4201f2bd676

4.3.0

Toggle 4.3.0's commit message
python-manilaclient 4.3.0 release

meta:version: 4.3.0
meta:diff-start: -
meta:series: antelope
meta:release-type: release
meta:pypi: yes
meta:first: no
meta:release:Author: Hervé Beraud <[email protected]>
meta:release:Commit: Carlos Eduardo <[email protected]>
meta:release:Change-Id: I3f0857e681efb816ac871ede4e1b2608e629cad0
meta:release:Code-Review+2: Hervé Beraud <[email protected]>
meta:release:Code-Review+2: Elod Illes <[email protected]>
meta:release:Workflow+1: Elod Illes <[email protected]>

xena-m3-3

Toggle xena-m3-3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Carthaca Maurice Escher
sapcc: add 'id' parameter to replica create

needs manila installed with
sapcc/manila@cc2a38d

Change-Id: I5654112a7903d78e6fc541b6d5a0459fe27433e7

xena-m3-2

Toggle xena-m3-2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Carthaca Maurice Escher
Support --os-key option

keystoneclient Session expects as cert argument, one of the followings:
 * None (no client certificate),
 * a path to client certificate,
 * a tuple with client certificate/key paths.

The change updates manilaclient code to support the last case (ie:
os_cert and os_key are non-empty) with the --os-key option
and OS_KEY environment variable.

Closes-Bug: #1999775
Change-Id: I09313b7c55a5f9d4ec032a37e69a1d79db29d648

xena-m3-1

Toggle xena-m3-1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Carthaca Maurice Escher
Revert "Bump max API microversion"

This reverts commit 043f34b.
ccloud: xena-3 is at 2.65

xena-m3

Toggle xena-m3's commit message
Add --scheduler_hints to share replica create command (#1)

This commit adds --scheduler_hints option to share replica create command.
Users can specify scheduler hints e.g. "only_host=host@backend#pool" to
share replica create command which will then force share replica creation
on the specified host.

victoria-m3-1

Toggle victoria-m3-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --scheduler_hints to share replica create command (#1)

This commit adds --scheduler_hints option to share replica create command.
Users can specify scheduler hints e.g. "only_host=host@backend#pool" to
share replica create command which will then force share replica creation
on the specified host.

victoria-m3

Toggle victoria-m3's commit message
Add share groups/share group snaps to quota class

Share groups and share group snapshots can be now updated
through the quota class API

This change adds this option to the manilaclient CLI

Closes-Bug: #1871252

Change-Id: If2faf8a88a0a0e39d7fd0554bc3e530e18c3e922