The simplejson library is not used by any logic maintained in this
repository. Also remove the node about old pip's behavior because
the resolver in recent versions don't require specific orders.
Change-Id: Ife8e8620e83b03e16af29851ecab950b9e83f650
Add check for _info dict, without this check an exception will occur and user doesn't get info.
Closes-Bug:#2065771
Change-Id: I0b0dba95c53aad264921dc32644ee8e5b86fc1e2
These are detected as errors since the clean up was done[1] in
the requirements repository. Minimum versions are bumped to avoid
installing known bad versions.
[1] 314734e938f107cbd5ebcc7af4d9167c11347406
Change-Id: If27473481cfd8df99ff6426361b7f4804f1f3a09
Support for nova-network was removed from manila during Ocata cycle[1],
and nova-network was actually removed from nova several cycles ago.
[1] b213a25c44c0d49edefaa17d3a4de7a88c3c2de0
Change-Id: I4e9d4c7459fcae7bee8ff4919b61f22811336423
1) Creating a snapshot:
$ manila snapshot-create share1 --name testshare1snapshot --wait
<CLI waits on the share snapshot to become available before providing snapshot details>
2) Deleting a snapshot:
$ manila snapshot-delete testshare1snapshot --wait
<CLI waits on the share snapshot to be deleted before returning to the prompt>
3) Reverting a share to its snapshot:
$ manila revert-to-snapshot testshare1snapshot --wait
Closes-Bug: #1898307
Change-Id: Ib248e48c53c4c6c5886f2693e3bc26a0848fff3a
OpenStack CLI option is added to support user friently export location.
example command:
$ openstack share create nfs 1 --name share_name --mount-point-name custom_export_path
partially-implements: bp human-readable-export-locations
Depends-On: I72ac7e24ddd4330d76cafd5e7f78bac2b0174883
Change-Id: If896065a74fc4ebabd09b677e5eb0329cecfaab9
Add file to the reno documentation build to show release notes for
stable/2024.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.
Sem-Ver: feature
Change-Id: I9bcaa2e248292f0e77132caeab03e4d31a225769
only reno command was possible to add a
release notes. modify tox config to allow
newnote command too.
Change-Id: Iae8ec60ed91708f428ef24d5fec07e95d68986ac
Adds cli option to allow users to give reason
for service-disable.
Closes-Bug: #2037700
Depends-On: I3d7c46945366ac9e1d305c2f6de2233859259bf7
Change-Id: I0b6ac3a3a16a3eaa56758bc0b7f77bfbf2eef9e7
Manilaclient force delete sends two REST requests, first
force delete and then delete. Fix it.
Change-Id: I8257c04f2b5f1a02533dc0fa5d37ae6ff923a56a
Closes-Bug: #2051737
The "per_share_gigabytes" quota param was introduced
in API version 2.62; when using older API versions,
we shouldn't be setting this parameter.
Closes-Bug: #2047249
Change-Id: I1eceee52726cef3494648521e4516010ca02f095
Added line to the list implementation versions 2.35 to 2.68 to point
the search_opts variable to an empty dict if it was set to none.
Closes-bug: #1967312
Change-Id: Ibbd95047ad082665c323f58b735e843d32001c45
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: I2b58e5bf83c733c9bb63bcaff99fb6895f10765a
The "updated_at" attribute on access rules is
now properly set in manila, and can no longer
be empty.
Related-Bug: #2031193
Change-Id: I9c24aff7dc88c628aaf9419cd75f23357fede050
the file path to the decoder is better resolved
with the module path.
share transfer commands exist in the manila
shell, it'll be helpful to show the OSC translations
to these as well.
Implements: bp/openstack-client-support
Change-Id: I85d7ebd5c5c34c95402c0ea95f358bef91d26657
Adds osc functional tests for share snapshot instances
show, list, and set
Partially-implements: bp openstack-client-support
Change-Id: I9f6f5adbd7905a23b2fcfafc204e0477983bb630
Add file to the reno documentation build to show release notes for
stable/2023.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.
Sem-Ver: feature
Change-Id: I36b6f62cbca78394b942b0d6dbe2d98a137c2c3d
This issue [1] is showing up on the functional jobs in the gate,
which are using the system tox. So tell tox to upgrade itself
to the version that gets around that issue.
[1] https://github.com/tox-dev/pyproject-api/issues/101
Change-Id: Ib2a3ddb4bc8175f2769d1cd3510f00485349192a
Add share backup feature. This will allow the user to create,
restore and delete backups as well as listing backups and showing
the details of a specific backup.
Implement: blueprint share-backup
Depends-On: Ice01ab7892b1eb52b3202f2c79957977f73f3aca
Change-Id: I2c3848cbbeb921ede74756e25e58ef82277e0d2b
Access rules can now have the visibility of sensible fields
restricted, as well as the deletion can be prevented.
To do so, two new parameters were implemented in the access create
command: `restrict_visibility` and `restrict_deletion`.
In order to drop the delete restriction, users must specify
the `unrestrict` option while issuing the share access delete
command.
Depends-On: Iea422c9d6bc99a81cd88c5f4b7055d6a1cf97fdc
Change-Id: I31899a563c621e6f799e320fd990f9e510a8a9cc
Add OSC and SDK interfaces to create,
view, update and delete resource locks.
Depends-On: I146bc09e4e8a39797e22458ff6860346e11e592e
Partially-Implements: bp allow-locking-shares-against-deletion
Change-Id: Ib8586a4f80aa8c172d876c6745ae73b7bdaf4705
This has been a long time coming; we have finally
reached full feature parity and new features have
only been permitted in the openstack CLI plugin for
a couple of releases now.
We're signalling a major version bump for the package
with this change.
Implements: bp/openstack-client-support
Change-Id: I0a72883f1cd8a5ab9df9c349b6876248fe9edee3
Added support for display count info in share snapshot list
and detail APIs:
1. /v2/snapshots?with_count=True
2. /v2/snapshots/detail?with_count=True
Microversion upgraded to 2.79
Related-Bug: #2024556
Depends-On: I37d8ca9022e2ea2c107c6695e20e951d7950043a
Change-Id: I230c2195c414eec28ebc5e5e9714726731307a95
"manila" CLI isn't being installed globally
due to a recent change in devstack [1]. We
can switch to OSC since that's being installed
and linked appropriately.
[1] https://review.opendev.org/c/openstack/devstack/+/558930
Change-Id: I93d5a400cd562a599309da0e5f0e92c8657b4265
As part of our efforts to enhance automation and CI for Manila,
we have begun developing code in the Tobiko tool to support the
Manila client. During create/get operations, we have observed
that the returned body contains solely the resource id in the
format <Share: <id>>.
To address this, we are introducing a patch that allows retrieving
the full body response, not just the id resource.
Change-Id: Ia15274e75aa5d3da04d861a64a2f437cd4a9a584