python-manilaclient/manilaclient
Maari Tamm 126c82a2ae Implement OSC share resize command
In this patch we add the 'openstack share resize' command.
This command combines 'manila shrink' and 'manila extend' commands
into one and can be used to change the size of a share.

usage: openstack share resize <share> <new-size>

Change-Id: I052977f689ad4c1e9fb5f63d773519cd880c5b6c
Partially-implements: bp openstack-client-support
2020-06-30 19:25:46 +00:00
..
common TrivialFix: Remove unnecessary future imports 2020-05-05 08:44:02 -07:00
osc Implement OSC share resize command 2020-06-30 19:25:46 +00:00
tests Implement OSC share resize command 2020-06-30 19:25:46 +00:00
v1 Update hacking for Python3 2020-03-30 10:04:29 +00:00
v2 Merge "TrivialFix: Remove unnecessary future imports" 2020-05-20 06:31:44 +00:00
__init__.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
api_versions.py Remove experimental flag from share groups commands 2020-04-09 22:04:54 +00:00
base.py Stop encoding "~" in query parameters 2018-10-08 17:15:33 -07:00
client.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
config.py Add CLI commands for Share Networks with multiple Subnets 2019-09-12 22:36:36 -03:00
exceptions.py Update hacking for Python3 2020-03-30 10:04:29 +00:00
extension.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
shell.py TrivialFix: Remove unnecessary future imports 2020-05-05 08:44:02 -07:00
utils.py Stop encoding "~" in query parameters 2018-10-08 17:15:33 -07:00