* Update releases from branch 'master'
to da2ebeead5f34bdfd549d771ce5735be749303db
- Merge "Release final python-manilaclient for 2023.2 Bobcat"
- Release final python-manilaclient for 2023.2 Bobcat
This is a release for python-manilaclient to get any merged but
unreleased changes out prior to the client lib freeze for 2023.2 Bobcat
going into effect.
If the team is ready to proceed, please leave a +1 to acknowledge this
release and we will process right away. If the team is working on any
final merges, leave a -1 with some detail on the status and update the
patch with the new commit hash to use when ready.
Patches with no response will be merged by Friday, September 1st.
$ git log --oneline 4.5.1..2cdbf4e
2cdbf4e Merge "Deprecate "manila" CLI client"
8a3f65b Merge "Implement share backup"
32f1a9a Bump tox version
5e24577 Implement share backup
4eccd68 Allow restricting access rules
1734b45 Support for resource locks
ba9a388 Deprecate "manila" CLI client
7a15a2a Add '--count' option for snapshot list API.
0a0d610 [CI] switch to using osc for bootstrap
Change-Id: I67e146bd5a72dc529fb19297b592a636807e812f
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
OpenStack
OpenStack is a collection of interoperable components that can be deployed to provide computing, networking and storage resources. Those infrastructure resources can then be accessed by end users through programmable APIs.
This repository just represents OpenStack as a collection of git submodules. You can find the repositories for individual components at: https://opendev.org/openstack
You can learn more about the various components in OpenStack at: https://openstack.org/software
To learn more about how to contribute to OpenStack, please head to our Contributor portal: https://www.openstack.org/community/
To learn more about how OpenStack is governed, you can visit: https://governance.openstack.org/
Why this repository ?
Our continuous integration system, Zuul, gates all of the contained projects in an effective single timeline. This means that OpenStack, across all of the projects, does already have a sequence of combinations that have been explicitly tested, but it's non-trivial to go from a single commit of a particular project to the commits that were tested with it.
Gerrit's submodule tracking feature will update a super project every time a subproject is updated, so the specific sequence created by zuul will be captured by the super project commits.
This repo is intended to be used in a read-only manner. Any commit in this repo will get a collection of commits in the other repos that have explicitly been tested with each other, if that sort of thing is important to you.