Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-cinderclient-doc-9.3.0-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python-cinderclient-doc Distribution: openSUSE:Factory:zSystems
Version: 9.3.0 Vendor: openSUSE
Release: 1.3 Build date: Tue Mar 7 07:55:29 2023
Group: Documentation/HTML Build host: reproducible
Size: 2678903 Source RPM: python-cinderclient-9.3.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/python-cinderclient
Summary: Documentation for OpenStack Cinder API Client
This is a client for the OpenStack Cinder API (Block Storage. There's a
Python API (the cinderclient module), and a command-line script (cinder).
Each implements 100% of the OpenStack Cinder API.
This package contains auto-generated documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Mar 07 2023 cloud-devel@suse.de
  - update to version 9.3.0
    - Update master for stable/xena
    - Update master for stable/yoga
    - Handle downgraded client for snapshot-create
    - Move print operations to shell_utils
    - Improve help text of volume create command
    - Remove python-dev from bindep
    - Remove the unused tool scripts
    - Bump API max version to 3.70
    - Update python testing as per zed cycle testing runtime
    - Add Python3 yoga unit tests
    - Update minimum requirements
    - Update master for stable/zed
    - Add Python 3 only classifier
    - Add W503 to flake8 ignores
    - Add support for collect-timing option
    - Python3.11: fix crashes in ShellTest
    - Correct "Increase default quotas for zuul jobs"
    - Prepare for Yoga cinderclient release
    - Add Python3 antelope unit tests
    - Add test coverage for shell snapshot-create w/ metadata
    - remove simplejson requirement
    - Update bindep for ubuntu jammy
    - Updating python testing as per Yoga testing runtime
    - Move tempest requirement to functional env
    - Fix extension loading from python path
    - Continue using tox 3
    - Python3.11: Fix argparse-related test failures
    - Add volume reimage command
* Tue May 24 2022 Dirk Müller <dmueller@suse.com>
  - remove unneeded dependencies
* Tue Oct 26 2021 cloud-devel@suse.de
  - update to version 8.1.0
    - Remove v2 support from the shell
    - Add consumes quota field support
    - client: Stop logging request-id twice in DEBUG
    - Add Python3 xena unit tests
    - Support Block Storage API mv 3.66
    - Fix list resources when use limit and with-count
    - Remove v2 classes
    - setup.cfg: Replace dashes with underscores
    - Prepare for Xena cinderclient release
    - Remove skip_missing_interpreters
    - Update master for stable/wallaby
    - Increase default quotas for zuul jobs
    - update some scripts
    - Make instance_uuid optional in attachment create
    - Add functional jobs to the gate
    - Dropping lower constraints testing
    - Unset tempest.lib timeout in functional tests
    - Support passing client certificates for server version requests
    - Run functional job on Ubuntu Focal
* Sun May 02 2021 cloud-devel@suse.de
  - update to version 7.4.0
    - Update master for stable/victoria
    - Remove install unnecessary packages
    - Fix undesirable raw Python error
    - Stop configuring install_command in tox.
    - Doc: Functional Tests in python-cinderclient
    - Remove more python2 compat code
    - Add MV 3.63 to the max supported version
    - Move cinderclient to new hacking 4.0.0
    - Support backup-restore to a specific volume type or AZ
    - Use TOX_CONSTRAINTS_FILE
    - Uncap PrettyTable
    - Update requirements for wallaby release
    - Add note for Wallaby release
    - Bump API max version to 3.64
    - Add Python3 wallaby unit tests
    - Changed minversion in tox to 3.18.0
    - Bump pylint to 2.6.0
    - Add flake8-import-order extension
    - doc: Update Py37 instead of py27
    - Remove all usage of six library
    - Update requirements and lower-constraints
    - Dropping explicit unicode literal
* Fri Oct 09 2020 cloud-devel@suse.de
  - update to version 7.2.0
    - Add note for Victoria release
    - Add support for Cinder API mv3.61
    - zuul functional job: drop the custom playbooks
    - Add doc linting to pep8 target
    - Update master for stable/ussuri
    - Clean up some old v1 API references
    - Add Python3 victoria unit tests
    - use stevedore to load util plugins
    - Bump hacking to 3.1.0
    - Remove excess whitespace in ignore-path
    - Add directive to document CLI
    - Add functional-py38 job
    - Python API in python-cinderclient
    - Fix hacking min version to 3.0.1
    - Fix pygments style
    - Fix typo: dow -> down
    - Remove Babel from requirements
    - Switch to newer openstackdocstheme and reno versions
    - Use importlib to take place of imp module
    - trivial: Drop references to os-testr
    - Add py38 package metadata
    - Bump default tox env from py37 to py38
    - [goal] Migrate python-cinderclient jobs to focal
    - Add commands for default type overrides
    - Use unittest.mock instead of third party mock
    - Stop to use the __future__ module.
* Tue May 12 2020 cloud-devel@suse.de
  - update to version 7.0.0
    - Fix doc bug filing link
    - Update hacking version
    - Fix: --poll inconsistency
    - Remove autogen warning
    - Update master for stable/train
    - Ussuri contrib docs community goal
    - Pass os_endpoint to keystone session
    - Cleanup py27 support
    - Add support for Block Storage API mv 3.60
    - Add release note for Ussuri cinderclient release.
    - Hide cinder CLI errors on bash-completion
    - Add test for subcommands
    - Raise hacking version to 2.0.0
    - Drop support for python 2
    - Add filters support for volume transfer
    - Remove --bypass-url documentation
    - Replace bypass_url with os_endpoint
    - Update revert_to_snapshot params
* Mon Mar 23 2020 Dirk Mueller <dmueller@suse.com>
  - add obsoletes
* Wed Mar 11 2020 Dirk Mueller <dmueller@suse.com>
  - switch to python 3.x only build
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 5.0.0
    - Migrate the functional job to Zuul v3
    - Add bash completion for groups
    - Add 'is_public' support in '--filters' option
    - Blacklist sphinx 2.1.0 (autodoc bug)
    - Update sphinx dependency
    - Fix max version handling for help output
    - Add missed 'Server ID' output in attachment-list
    - Don't run DSVM tests for doc changes
    - Fix: Quota update successfully executes with no params
    - Add transfer-list --sort argument
    - Drop 'endpoints' and 'credentials' commands
    - Fix incorrect punctuation
    - Remove dsvm-functional-identity-v3-only job
    - Replace assertRaisesRegexp with assertRaisesRegex
    - Cleanup the home page
    - Update master for stable/stein
    - Drop py35 jobs
    - Don't quote {posargs} in tox.ini
    - Change openstack-dev to openstack-discuss
    - Raise API max version for Rocky updates
    - Fix bash_completion cache path
    - Remove bash-completion calls from base.py
    - Drop support for OS_TENANT_NAME and OS_TENANT_ID
    - Drop support for --allow-multiattach
    - Bump openstackdocstheme to 1.20.0
    - Re-enable shell UUID completion cache
    - Handle auth redirects
    - More shell completion cache additions
    - Add custom CA support for get_server_version
    - Fix shell upload-to-image with no volume type
    - Fix incorrect use of flake8:noqa
    - Remove promote/reenable replication
    - Remove i18n.enable_lazy() translation
    - Flag safe usage of sha1 w/ #nosec
    - Fix: cinder group-list not working with non-admin user
    - OpenDev Migration Patch
    - Enable warnings-as-error for doc builds
    - Autonegotiate API version for shell
    - Add Python 3 Train unit tests
    - Drop support for --sort_key and --sort_dir
    - Add release note for major version bump
    - Replace openstack.org git:// URLs with https://
    - Optional filters parameters should be passed only once
    - Remove some old info from README
    - Add support for backup user ID
    - Use openstack-python3-train-jobs for python3 test runtime
    - Fix doc build error
    - Update api-ref location
    - Switch to the new canonical constraints URL on master
    - Tests: Don't write bash-completion cache files
    - Correct discover_version response
    - Change cache uniqifier from using md5 to sha-1
    - Update docs to refer to PROJECT instead of TENANT
    - Remove py35 from setup.cfg
    - add python 3.7 unit test job
    - Remove nonexistent job from gate
    - Drop use of git.openstack.org
    - Change PDF file name
    - Raise API max version for Stein updates
    - Add support for building pdf documentation
    - Drop support for Cinder v1 API
    - Add dependency on requests lib
    - Add Python 3.6 classifier to setup.cfg
    - Remove the hard-coded version number.
    - Change bash completion dir permissions to 0750
* Tue Jun 11 2019 cloud-devel@suse.de
  - update to version 4.2.0
    - More shell completion cache additions
    - Fix: cinder group-list not working with non-admin user
    - Update .gitreview for stable/stein
    - Add Python 3.6 classifier to setup.cfg
    - Re-enable shell UUID completion cache
    - Remove i18n.enable_lazy() translation
    - Fix doc build error
    - Add support for backup user ID
    - Add dependency on requests lib
    - Change openstack-dev to openstack-discuss
    - Cleanup the home page
    - Fix max version handling for help output
    - Replace openstack.org git:// URLs with https://
    - Replace assertRaisesRegexp with assertRaisesRegex
    - Raise API max version for Stein updates
    - Don't quote {posargs} in tox.ini
    - Fix incorrect punctuation
    - OpenDev Migration Patch
    - Raise API max version for Rocky updates
    - Change bash completion dir permissions to 0750
    - Update UPPER_CONSTRAINTS_FILE for stable/stein

Files

/usr/share/doc/packages/python-cinderclient-doc
/usr/share/doc/packages/python-cinderclient-doc/LICENSE
/usr/share/doc/packages/python-cinderclient-doc/html
/usr/share/doc/packages/python-cinderclient-doc/html/_sources
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/cli
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/cli/details.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/cli/index.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/contributor
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/contributor/contributing.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/contributor/functional_tests.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/contributor/unit_tests.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/user
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/user/no_auth.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_sources/user/shell.rst.txt
/usr/share/doc/packages/python-cinderclient-doc/html/_static
/usr/share/doc/packages/python-cinderclient-doc/html/_static/basic.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/css/search.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/doctools.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-cinderclient-doc/html/_static/file.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-cinderclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/logo-full.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/logo-full.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/logo-vert.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/logo-vert.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/openstack-logo-full.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/openstack-logo-vert.svg
/usr/share/doc/packages/python-cinderclient-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/language_data.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/minus.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/plus.png
/usr/share/doc/packages/python-cinderclient-doc/html/_static/pygments.css
/usr/share/doc/packages/python-cinderclient-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-cinderclient-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-cinderclient-doc/html/cli
/usr/share/doc/packages/python-cinderclient-doc/html/cli/details.html
/usr/share/doc/packages/python-cinderclient-doc/html/cli/index.html
/usr/share/doc/packages/python-cinderclient-doc/html/contributor
/usr/share/doc/packages/python-cinderclient-doc/html/contributor/contributing.html
/usr/share/doc/packages/python-cinderclient-doc/html/contributor/functional_tests.html
/usr/share/doc/packages/python-cinderclient-doc/html/contributor/unit_tests.html
/usr/share/doc/packages/python-cinderclient-doc/html/genindex.html
/usr/share/doc/packages/python-cinderclient-doc/html/index.html
/usr/share/doc/packages/python-cinderclient-doc/html/objects.inv
/usr/share/doc/packages/python-cinderclient-doc/html/search.html
/usr/share/doc/packages/python-cinderclient-doc/html/searchindex.js
/usr/share/doc/packages/python-cinderclient-doc/html/user
/usr/share/doc/packages/python-cinderclient-doc/html/user/no_auth.html
/usr/share/doc/packages/python-cinderclient-doc/html/user/shell.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:40:23 2024