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

python-glanceclient-doc-2.9.1-lp152.4.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-glanceclient-doc Distribution: openSUSE Leap 15.2
Version: 2.9.1 Vendor: openSUSE
Release: lp152.4.3 Build date: Sun Mar 1 16:04:06 2020
Group: Documentation/HTML Build host: lamb74
Size: 4217202 Source RPM: python-glanceclient-2.9.1-lp152.4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/python-glanceclient
Summary: Documentation for OpenStack Glance API Client
This is a client for the OpenStack Glance API. There's a Python API (the
glanceclient module), and a command-line script (glance). Each implements
100% of the OpenStack Glance API.
This package contains auto-generated documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 2.9.1 (bsc#1078607)
    - Updated from global requirements
    - Avoid tox_install.sh for constraints support
* Thu Jan 18 2018 cloud-devel@suse.de
  - update to version 2.9.0
    - Update Image service property keys doc
    - Revise functional testing README file
    - Update reno for stable/pike
    - Remove Babel as a runtime requirement
    - image-create-via-import fails with ValueError
    - Restore functional testing under ssl
    - stage call fails with TypeError
    - Add domain info to functional test clients
    - Migrate dsvm functional test jobs to project repo
    - Compare against 'RequestIdProxy.wrapped'
    - Update Image service property keys docs
    - Updated from global requirements
    - Fix image-import call
* Fri Aug 25 2017 cloud-devel@suse.de
  - update to version 2.8.0
    - help text for container_format, disk_format
    - Removed the --no-ssl-compression parameter which is deprecated
    - add explicit dependency on pyopenssl
    - Remove team:diverse-affiliation from tags
    - Validate input args before trying image download
    - Fix 'UnicodeEncodeError' for unicode values in url
    - Add image import features to client
    - Update glanceclient version ref
    - Make --profile load from environment variables
    - use openstackdocstheme html context
    - Replace six.iteritems() with .items()
    - Update and optimize documentation links
    - Add missing docstring
    - Replace assertTrue(isinstance()) with assertIsInstance()
    - move existing content into the new standard structure
    - Fix man page build
    - turn on warning-is-error in sphinx build
    - doc: Remove cruft from conf.py
    - Add release note for Pike
    - gitignore: Ignore auto-generated docs
    - update the doc URLs in the readme
    - Remove log translations
    - move old release notes into the releasenotes doc tree
    - Updated from global requirements
    - import content from cli-reference in openstack-manuals
    - Enable code coverage report in console output
    - switch to openstackdocstheme
    - Add documentation for image import commands
    - allow unhandled exceptions to cause test errors
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 2.7.0
    - Downloading image with --progress fails
    - Replace functions 'dict.get' and 'del' with 'dict.pop'
    - Remove references to Python 3.4
    - Replace dict.iteritems() with dict.items()
    - Downloading image with --progress fails for python3
    - v2: Content-Type: application/octet-stream header always added
    - Allow global_request_id in Client constructor
    - Update test requirement
    - Explicitly set 'builders' option
    - Convert IOError from requests
    - Update reno for stable/ocata
    - x-openstack-request-id logged twice in logs
    - Updated from global requirements
    - Use Sphinx 1.5 warning-is-error
* Fri Jun 23 2017 tbechtold@suse.com
  - Explicit build html and man page docs
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 2.6.0:
    - Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
    - Update reno for stable/newton
    - Add ploop in disk_format
    - Add request id to returned objects
    - Improve tools/tox_install.sh
    - Add Apache 2.0 license to source file
    - Add vhdx in disk_format
    - Move old oslo-incubator code out of openstack/common
    - Add alt text for badges
    - Show team and repo badges on README
    - Use import_versioned_module from oslo.utils
    - Remove unused _i18n.py shim.
    - switch from keystoneclient to keystoneauth
    - standardize release note page ordering
    - Enable release notes translation
    - Handle formatting of subcommand name in error output
    - Use constraints everywhere
    - Add support for community images
    - Updated from global requirements
    - Revert "Add last_request_id member to HTTPClient and SessionClient"
* Wed Aug 31 2016 tbechtold@suse.com
  update to version 2.5.0
    * Don't update tags every time
    * Remove unused openstack/common/apiclient/client
    * Revert "Don't update tags every time"
    * Update doc URL
    * Fix warlock model creation
    * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
  update to version 2.3.0
    * Remove discover from test-requirements
    * Log request-id before exceptions raised
    * Properly build releasenotes
    * Fix string interpolation to delayed to be handled by the logging code
    * Add comment about workaround for py3
    * py3: Fix encoding and use sys.stdin.buffer
    * Replace OpenStack LLC with OpenStack Foundation
    * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
  - update to 2.2.0:
    * Update docs URL
    * Add Python 3.5 classifier and venv
    * Updated from global requirements
    * image-download: tests to catch stray output
    * Use correct order of arguments to assertEqual
    * Update outdated image shema
    * Replace tempest_lib with tempest.lib
    * Log request-id for each api call
* Mon Aug 01 2016 tbechtold@suse.com
  - update to 2.1.0:
    * Updated from global requirements
    * Remove deprecated construct method from session init
    * Add upper constraints to glanceclient
    * Fixed grammar in image-download command description
    * [Trivial] Remove unnecessary executable privilege
    * Fix "Codec can't encode characters"
    * Update the home-page with developer documentation
    * Get endpoint if os_image_url is not set
    * Corrected wrong parameter in docstring
    * Enable hacking checks
    * Fix typos in docstrings and comments
    * Re-enable stacktracing when --debug is used
    * Add last_request_id member to HTTPClient and SessionClient
    * Fix v2 so that you can see the default help info
    * Update auth_token before sending request
    * Fix missing of debug info after we use session
    * Ship the default metadata schema in the client
    * Docs are generated incorrectly
    * Fix location update
    * Catch InUseByStore case in do_image_delete
    * Update reno for stable/mitaka
  - update _service and switch to upstream spec file
* Fri May 06 2016 dmueller@suse.com
  - run tests
* Fri Mar 11 2016 dmueller@suse.com
  - update to 2.0.0:
    * Handle 403 forbidden on download
    * Test: use assert_has_calls() instead
    * Updated from global requirements
    * Auto-generated squash commit
    * Add reno to glanceclient
    * Updated from global requirements
    * v2 - "readOnly" key should be used in schemas
    * Fix client initialization in shell tests
    * Remove code needed for python2.5
    * Fix warnings in glanceclient README
    * Updated from global requirements
    * Remove argparse from requirements
    * Change metavar for location commands in V2
    * Updated from global requirements
    * Updated from global requirements
    * Enhance description of instance-uuid option for image-create
    * Updated from global requirements
    * Remove monkey-patching for getsockopt
    * Fixed TestHTTPSVerifyCert failure messages
    * Remove location check from V2 client
    * Use session when not specified token or endpoint
    * Updated from global requirements
    * Skip schema validation on GET /v2/images/%s
    * Trival: Remove 'MANIFEST.in'
    * Remove openstack-common.conf
    * Updated from global requirements
    * Drop py33 support
    * Change assertTrue(isinstance()) by optimal assert
    * Add help the ability to sort images with multiple keys
    * use keystoneclient exceptions instead of oslo-incubator code
    * Add docker to image_schema on glance v2 cli
    * remove python 2.6 trove classifier
    * Fix image-download to stdout on Python 3.x
    * Updated from global requirements
    * replace the deprecated keystoneclient...apiclient
    * Replace assertEqual(None, *) with assertIsNone in tests
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Updated from global requirements
    * Remove broken try/except workaround for old requests
    * Remove py26 support
    * Deprecated tox -downloadcache option removed
    * Updated from global requirements
    * Disable suggestion of v1 help for v2 commands
    * Remove pypy env from tox
    * Fix the download error when the image locations are blank
    * Updated from global requirements
    * Run py34 env first when launching tests
    * Updated from global requirements
    * Fix help for image-create
    * Fix tests for image-create
    * Fix Resource.__eq__ mismatch semantics of object equal
    * Update set of wanted commands in read-only test
    * Fix typo in 'help' in python-glanceclient
    * Add ordereddict requirement for py26 tests
    * Updated from global requirements
    * Ensure that identity token in header is not an unicode string
    * Change man page examples to correlate default v2
* Mon Feb 29 2016 dmueller@suse.com
  - update to 1.2.0:
    * Release Notes for version 1.2.0
    * Add versions list function
    * Added reactivate/deactivate image using CLI
    * Fix the missing help descripiton of "image-create"
    * Add documentation for running the functional tests
    * Updated from global requirements
    * Remove unused sphinx Makefile
    * Update docs to recommend KSA instead of KSC
    * Use clouds.yaml from devstack for functional tests
    * Add translation to v2 shell
    * Import i18n functions directly
    * Updated from global requirements
    * improve readme contents
    * Add support for setting Accept-Language header
    * Updated from global requirements
    * Use the subcomand parsed args instead of the base
    * Stop trying to send image_size to the server
    * Support image deletion in batches in v2
    * print usage when no argument is specified for python3
    * Updated from global requirements
    * Updated from global requirements
    * Do not use openstack.common.i18n in glance client
    * Added unit tests for 'Unicode support shell client'
    * Use common identity parameters fro keystone client
    * No auth when token and endpoint are passed
    * Use dictionary literal for dictionary creation
    * Replace exception_to_str with oslo.utils function
    * Change ignore-errors to ignore_errors
    * Add period in help message
    * Don't get the image before deleting it
    * Fix human readable when size is None
* Wed Sep 16 2015 tbechtold@suse.com
  - update to 1.1.0:
    * Change next version in docs
    * 1.0.1 Release notes
    * Fixes CLI client called without subcommands
    * Print the reverting back to v1 to stderr
    * Updates default --sort behaviour
    * Invalid output running the command 'glance image-show <image_id>'
    * Don't make `help` require auth parameters
    * check for None value in utils.safe_header
    * Updated from global requirements
    * Consider `--os-token` when using v2
    * Check if v2 is available and fallback
    * Update path to subunit2html in post_test_hook
    * Fix the remove property logic in V2
    * Password should be prompted once
  - adjust Requires according to requirements.txt
* Mon Sep 07 2015 dmueller@suse.com
  - update to 1.0.0:
    * 1.0.0 release notes
    * Remove custom SSL compression handling
    * Add more information show in v2
    * Require disk and container format on image-create
    * Ship the default image schema in the client
    * Use API v2 as default
    * V2: Do not validate image schema when listing
    * Updated from global requirements
    * Add unicode support for properties values in v2 shell
    * Fix failure to create glance https connection pool
    * Enable flake8 checks
    * Extend unittests coverage for v2 tasks module
    * Support for Metadata Definition Catalog for Tags
    * Fix exception message in Http.py
    * Fix an issue with broken test on ci
    * Remove usage of assert_called_once on Mock objects
    * Add .eggs/* to .gitignore
    * Account for dictionary order in test_shell.py
    * Do not fall back to namespaced oslo.i18n
    * Add v2 support for the marker attribute
    * Import only modules and update tox.ini
    * Close iterables at the end of iteration
    * Make glanceclient accept a session object
    * cleanup openstack-common.conf and sync updated files
    * Add release notes for 0.19.0
    * Include owner and status option in v2 image list
    * Fix Metadef Object update issue with python-glanceclient
    * Fix functional tests in gate
    * Do not crash on homedir mkdir
    * Improve import related error handling
    * Add parameter 'changes-since' for image-list of v1
    * Check image-download for redirection
    * Add some basic CLI functional tests
    * Use assertIn instead of assertTrue in tests
    * Unorder compare in tests
    * Add release notes for 0.18.0
    * Update README to work with release tools
    * Create functional test base
    * Move unit tests to standard directory
    * Add unit tests for log_curl_request
    * Fix https stack trace on python 3.4 client
    * Omit 'locations' as image-create parameter
    * Creating task with invalid property crashes in py3
    * Don't accept *args for client
    * Stub authentication requests rather than plugins
    * Remove keystoneclient mocks
    * Replace mox in tests with requests-mock
    * Expose 'is_base' schema property attribute
    * Validate tag name when filtering for images
    * Remove redundant FakeSchemaAPI __init__ method
    * glance image-show now have --human-readable option
    * Test unit for checking update active images
    * Correct help messages for image-update command
* Fri Apr 24 2015 tbechtold@suse.com
  - Use %{version} in source
* Thu Apr 23 2015 tbechtold@suse.com
  - Switch to version 0.17.1
* Wed Apr 22 2015 tbechtold@suse.com
  - Add missing Requires for python-oslo.i18n
* Wed Apr 22 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.18.0.post1:
    * Update README to work with release tools
    0.18.0
* Sun Apr 19 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post32:
    * Correct help messages for image-update command
* Sat Apr 18 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post30:
    * Uncap library requirements for liberty
* Thu Apr 16 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post29:
    * Fix https stack trace on python 3.4 client
    * Fix client when using no ssl compression
    * Omit 'locations' as image-create parameter
* Wed Apr 15 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post23:
    * Add unit tests for log_curl_request
* Tue Apr 14 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post21:
    * Add SSL cert verification regression tests
* Mon Apr 13 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post19:
    * Test unit for checking update active images
* Thu Apr 09 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post17:
    * Validate tag name when filtering for images
* Wed Apr 08 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post15:
    * glance image-show now have --human-readable option
* Tue Apr 07 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post13:
    * Creating task with invalid property crashes in py3
* Thu Apr 02 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post11:
    * Expose 'is_base' schema property attribute
* Tue Mar 31 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post9:
    * Don't accept *args for client
    * Stub authentication requests rather than plugins
    * Remove keystoneclient mocks
    * Replace mox in tests with requests-mock
* Mon Mar 30 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post5:
    * Remove redundant FakeSchemaAPI __init__ method
    * Use any instead of False in generator
* Thu Mar 26 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0.post2:
    * Generate API documentation
* Sat Mar 21 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.17.0:
    0.17.0
    * Add release notes for 0.17.0
* Thu Mar 19 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post31:
    * Updated help for v2 member-update api
* Thu Mar 19 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post29:
    * add examples for properties and doc build script
* Tue Mar 17 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post27:
    * Extend images CLI v2 with new sorting syntax
    * Add the ability to specify the sort dir for each key
    * Adds the ability to sort images with multiple keys
    * Apply expected patch format when updating tags in v2.images
* Mon Mar 16 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post19:
    * Import sys module
* Thu Mar 12 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post18:
    * Fix leaking sockets after v1 list operation
    * Fix minor typo in version error message
* Wed Mar 11 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.1.post14:
    * v2: read limit for list from --limit in shell
    * Fix leaking sockets after v2 list operation
    0.16.1
    * Add release notes for 0.16.1
    * removed excessive call to os.path.exists
    * Unit tests covering missing username or password
    * Remove duplicate 'a' in the help string of --os-image-url
    * v2: Allow upload from stdin on image-create
    * Fix v2 image create --file documentation
* Thu Mar 05 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.0.post16:
    * Fix tests failing if keystone is running locally
    * Unify using six.moves.range rename everywhere
    * Show error on trying to upload to non-queued image
    * https: Prevent leaking sockets for some operations
    * Remove graduated gettextutils from openstack/common
    * Workflow documentation is now in infra-manual
* Mon Mar 02 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.0.post4:
    * Strip json and html from error messages
* Fri Feb 27 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.16.0.post2:
    0.16.0
    * Register our own ConnectionPool without globals
* Wed Feb 25 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post46:
    * Add release notes for 0.16.0
* Tue Feb 24 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post45:
    * Fixed CLI help for bash-completion
    * Reduce the set of supported client SSL ciphers
* Sat Feb 21 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post41:
    * Glance image delete output
* Fri Feb 20 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post39:
    * Update HTTPS certificate handling for pep-0476
* Wed Feb 11 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post37:
    * Updated from global requirements
* Sat Feb 07 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post36:
    * Change oslo.utils to oslo_utils
    * Return 130 for keyboard interrupt
    * Close streamed requests explicitly
* Fri Feb 06 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post30:
    * Ignore NoneType when encoding headers
    * Use utils.exit rather than print+sys.exit
    * Adds basic examples of v2 API usage
    * Add validation to --property-filter in v1 shell
    * Disable progress bar if image is piped into client
* Tue Feb 03 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post20:
    * Remove uuidutils from openstack-common
    * Remove openstack.common.importutils
    * Remove openstack.common.strutils
* Fri Jan 30 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post15:
    * Add a `--limit` parameter to list operations
* Tue Jan 27 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post14:
    * Sync latest apiclient from oslo-inc
* Sat Jan 24 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post13:
    * Handle HTTP byte returns in python 3
    * Make non-boolean check strict
* Tue Jan 13 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post9:
    * Updated from global requirements
* Fri Jan 09 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post8:
    * Curl statements to include globoff for IPv6 URLs
* Mon Jan 05 2015 tbechtold@suse.com
  - Update to version python-glanceclient-0.15.0.post6:
    * Fix Requests breaking download progress bar
  - Add python-oslo.utils as Requires according to requirements.txt
* Mon Jan 05 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post5:
    * Add os_ prefix to project_domain_name/id
* Thu Jan 01 2015 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.post3:
    * Fix broken-pipe seen in glance-api
* Tue Dec 16 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0.2.g0cdc947:
    * Output clear error message on invalid api version
* Fri Dec 12 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.15.0:
    0.15.0
    * Add release notes for 0.15.0
    * Support Pagination for namespace list
    * Support schema types with non-str value
* Wed Dec 10 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.26.g9829d7b:
    * Don't require version to create Client instance
* Fri Dec 05 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.25.g521cc25:
    * Add release notes for 0.14.0 - 0.14.2
* Thu Dec 04 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.23.g6998179:
    * Send `identity_headers` through the wire
* Wed Dec 03 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.21.g6a6a5ef:
    * Allow --file in image-create with v2 Image API
* Wed Dec 03 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.19.gacb1659:
    * Add useful error on invalid --os-image-api-version
* Wed Nov 26 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.17.g3b6754a:
    * Adds tty password entry for glanceclient
* Thu Nov 20 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.15.g265bb4a:
    * Add --property-filter option to v2 image-list
    * Don't set X-Auth-Token key in http session header if no token provided
    * Refactor method of constructing dicts in some tests
    * '--public' ignored on image create
    * Add bash completion to glance client
* Sat Nov 15 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.5.gd0851c3:
    * Remove readonly options from v2 shell commands
    * Fix py34 failure for glance client
* Wed Nov 12 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.2.2.gb126351:
    0.14.2
    * Fix to ensure endpoint_type is used by _get_endpoint()
* Thu Nov 06 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.1.13.g695dbc9:
    * Don't replace the https handler in the poolmanager
* Fri Oct 31 2014 dmueller@suse.com
  - add rpmlintrc as a source
* Thu Oct 16 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.1.11.gcfe0623:
    * Adds support for Glance Tasks calls
* Tue Oct 14 2014 cloud-devel@suse.de
  - Update to version python-glanceclient-0.14.1.9.g1781c5d:
    * Stop using intersphinx

Files

/usr/share/doc/packages/python-glanceclient-doc
/usr/share/doc/packages/python-glanceclient-doc/LICENSE
/usr/share/doc/packages/python-glanceclient-doc/html
/usr/share/doc/packages/python-glanceclient-doc/html/_sources
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/cli
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/cli/details.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/cli/glance.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/cli/index.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/cli/property-keys.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/autoindex.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient._i18n.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.client.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.common.exceptions.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.common.http.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.common.https.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.common.progressbar.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.common.utils.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.exc.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.shell.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.apiclient.base.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.apiclient.exceptions.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.apiclient.utils.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.client.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.image_members.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.images.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.shell.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v1.versions.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.client.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.image_members.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.image_schema.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.image_tags.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.images.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.metadefs.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.namespace_schema.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.resource_type_schema.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.schemas.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.shell.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.tasks.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/glanceclient.v2.versions.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/api/index.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/apiv2.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-glanceclient-doc/html/_static
/usr/share/doc/packages/python-glanceclient-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-glanceclient-doc/html/_static/basic.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/comment.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/css/native.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/doctools.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/down.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-glanceclient-doc/html/_static/file.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-glanceclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/jquery.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/minus.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/plus.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/pygments.css
/usr/share/doc/packages/python-glanceclient-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/underscore.js
/usr/share/doc/packages/python-glanceclient-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/up.png
/usr/share/doc/packages/python-glanceclient-doc/html/_static/websupport.js
/usr/share/doc/packages/python-glanceclient-doc/html/cli
/usr/share/doc/packages/python-glanceclient-doc/html/cli/details.html
/usr/share/doc/packages/python-glanceclient-doc/html/cli/glance.html
/usr/share/doc/packages/python-glanceclient-doc/html/cli/index.html
/usr/share/doc/packages/python-glanceclient-doc/html/cli/property-keys.html
/usr/share/doc/packages/python-glanceclient-doc/html/genindex.html
/usr/share/doc/packages/python-glanceclient-doc/html/index.html
/usr/share/doc/packages/python-glanceclient-doc/html/objects.inv
/usr/share/doc/packages/python-glanceclient-doc/html/py-modindex.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/autoindex.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient._i18n.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.client.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.common.exceptions.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.common.http.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.common.https.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.common.progressbar.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.common.utils.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.exc.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.shell.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.apiclient.base.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.apiclient.exceptions.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.apiclient.utils.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.client.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.image_members.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.images.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.shell.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v1.versions.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.client.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.image_members.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.image_schema.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.image_tags.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.images.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.metadefs.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.namespace_schema.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.resource_type_schema.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.schemas.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.shell.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.tasks.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/glanceclient.v2.versions.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/api/index.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/apiv2.html
/usr/share/doc/packages/python-glanceclient-doc/html/reference/index.html
/usr/share/doc/packages/python-glanceclient-doc/html/search.html
/usr/share/doc/packages/python-glanceclient-doc/html/searchindex.js


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024