Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-oslo.vmware-doc | Distribution: openSUSE Leap 15.2 |
Version: 2.26.0 | Vendor: openSUSE |
Release: lp152.4.3 | Build date: Sun Mar 1 13:58:27 2020 |
Group: Development/Languages/Python | Build host: cloud117 |
Size: 3540650 | Source RPM: python-oslo.vmware-2.26.0-lp152.4.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://launchpad.net/oslo.vmware | |
Summary: Documentation for OpenStack common VMware library |
Documentation for OpenStack common VMware library.
Apache-2.0
* Fri Feb 23 2018 tbechtold@suse.com - Switch to stable/queens spec template * Mon Jan 15 2018 cloud-devel@suse.de - update to version 2.26.0 - Fix the repeating titles - Remove -U from pip install - Update reno for stable/pike - Remove setting of version/release from releasenotes - Imported Translations from Zanata - Avoid tox_install.sh for constraints support - Cleanup test-requirements - Updated from global requirements * Mon Aug 07 2017 cloud-devel@suse.de - update to version 2.23.0 - Trivial: Remove testscenarios from test-requirements.txt - rearrange existing documentation to fit the new standard layout - Make the mock call in MemoryCacheTest forward-compatible - Remove log translations - Make sure host in maintenance mode excluded from image upload - Add hacking rule to prevent log translations - Wrong member variable name in class Datastore - Improve unit test coverage - Use https for references to openstack.org - Use request_handler() for ExtensionManager APIs - Update URLs in documents according to document migration - [Fix gate]Update test requirement - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) - Update reno for stable/ocata - Do not prune some special XML elements which are empty - Improving cover testenv - Improve logging for task updates - Updated from global requirements - Enable warning-is-error in doc build - Switch from oslosphinx to openstackdocstheme - Add in support for removeKey - drop 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch Applied upstream * Mon Feb 13 2017 cloud-devel@suse.de - update to version 2.17.0: - Pass connection timeout so that invoke_api will not wait forever - Update reno for stable/newton - Remove mox3 in test-requirement.txt - Add 'uncommitted' field to the 'Datastore' class - Update home page link in cfg file - Fix setting the SOAP headers for remote calls. - Add Constraints support - Remove some useless log messages - Trivial fixes to the usage doc - Show team and repo badges on README - Imported Translations from Zanata - Add operation ID for remote calls - Remove references to Python 3.4 - Enable release notes translation - Set pool size for HTTPS connections - Fix image meta-data update for Glance v2 - Files with no code must be left completely empty - Updated from global requirements - Add SPBM WSDL for vSphere 6.5 - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)' - Add 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch * Thu Sep 01 2016 tbechtold@suse.com - update to version 2.14.0 * Fix TypeError:six.StringIO(resp.content) must be str or None, not bytes. * Updated from global requirements * Method to download file to VMware server * Wed Aug 10 2016 tbechtold@suse.com - update to 2.12.0: * Updated from global requirements * Add http_method to download_stream_optimized_data * Refactor the image transfer * Remove discover from test-requirements * Add a py35 tox venv for upcoming py35 support * Remove unnecessary properties from image-meta * Mon Aug 01 2016 tbechtold@suse.com - update to 2.10.0: * Updated from global requirements * Imported Translations from Zanata * Refactor VmdkWriteHandle and VmdkReadHandle * Add reno for release notes management * Support download of virtual disk in ova container * Trivial: ignore openstack/common in flake8 exclude list * Should not raise Exception before connection close * Remove explicit use of asserts * Move bandit into pep8 - update _service and switch to upstream spec * Fri Apr 01 2016 tbechtold@suse.com - update to 2.5.0: * Updated from global requirements * Remove bandit.yaml in favor of defaults * Update translation setup * Imported Translations from Zanata * Use oslo_utils reflection to get function name * Python 3 deprecated the logger.warn method in favor of warning * Put py34 first in the env order of tox * assertIsNone(val) instead of assertEqual(None,val) * isoformat instead of deprecated timeutils.strtime * Overwrite VMwareDriverException message * Clean requirements * Trival: Remove 'MANIFEST.in' * Remove python 2.6 classifier * Remove python 2.6 and cleanup tox.ini * Wed Oct 14 2015 tbechtold@suse.com - update to 1.22: * Updated from global requirements * Fix coverage configuration and execution * No need for Oslo Incubator Sync * Add support for SSL thumbprint when using FileWriteHandle * Define WithRetrieval context * Imported Translations from Zanata * Add shields.io version/downloads links/badges into README.rst * docs - Set pbr 'warnerrors' option for doc build * clean up auto-doc api build * do not show the full release history in the main table of contents * clean up readme and documentation titles * Change ignore-errors to ignore_errors * Updated from global requirements * Add support for using HTTP POST in VmdkWriteHandle * Add unit tests for FileHandle._create_connection * Update the documentation * Wed Sep 09 2015 tbechtold@suse.com - update to 1.21.0: * Updated from global requirements * Use SSL thumbprints for NFC transfer * Update bandit.yaml to the latest * flake8 - remove unused rules * Imported Translations from Transifex * Allow http connection pool size to be configured - Adjust Requires according to requirements.txt * Fri Jul 31 2015 tbechtold@suse.com - Unify spec file #2 - Remove conditionals for older SUSE versions * Wed Jul 29 2015 tbechtold@suse.com - Unify spec file. Use fedora compatible files macros * Tue Jul 28 2015 tbechtold@suse.com - update to 1.18.0: * Make usage doc easier to understand for library consumers * Imported Translations from Transifex * Remove username from logs * Updated from global requirements - update Requires according to requirements.txt * Mon Jul 27 2015 dmueller@suse.com - update to 1.17.0: * Update log level of session related logs * Fix mock calls * Updated from global requirements * Mask/truncate vCenter credentials in suds logs * Imported Translations from Transifex * Add tox target to find missing requirements * Updated from global requirements * Fix exception to string in py34 * Updated from global requirements * Thu Jun 25 2015 tbechtold@suse.com - update to 0.15.1: * Add in support for ManagedObjectNotFound exception * Deprecate unused exceptions * Raise VimFaultException for unknown faults * Exception hierarchy refactoring * Update progress lease every 60 seconds * Fix bandit tox environment to properly run * Updated from global requirements - Adjust Requires according to requirements.txt * Mon Jun 22 2015 tbechtold@suse.com - update to 0.14.0: * Remove oslo namespace package * Port test from Nova * Imported Translations from Transifex * Mon Jun 01 2015 tbechtold@suse.com - update to 0.13.1: * Imported Translations from Transifex * Revert "Raise VimFaultException for unknown faults" * Add ToolsUnavailable exception * Add support for dynamicProperty * Remove support for Python 3.3 * Updated from global requirements * Remove run_cross_tests.sh * Use suds-jurko on Python 2 * Updated from global requirements * Imported Translations from Transifex * Updated from global requirements * Raise VimFaultException for unknown faults * Imported Translations from Transifex * Add NoDiskSpaceException * Add utility function to get profiles by IDs * Add bandit to tox for security static analysis * Add SPBM WSDL for vSphere 6.0 - Adjust Requires according to requirements.txt * Sat May 16 2015 dmueller@suse.com - update to 0.12.0: * Uncap library requirements for liberty * Cleanup README.rst and setup.cfg * Update to latest hacking * Imported Translations from Transifex * Revert "VMWare NSXv: Common components" * Updated from global requirements * Move pylint dependency to tox.ini * Move exception related tests to new module * Tue Apr 07 2015 tbechtold@suse.com - update to 0.11.1: * Switch to non-namespaced module imports * Imported Translations from Transifex * Move missing tests to new oslo_vmware location * Imported Translations from Transifex * Add get_datastore_by_ref method to oslo.vmware * Change use of random to random.SystemRandom * Mon Mar 02 2015 tbechtold@suse.com - update to 0.10.0: * Imported Translations from Transifex * Updated from global requirements * Handle SPBM SecurityError * PBM utility method to retrieve profiles of a VM * Updated from global requirements * Imported Translations from Transifex * Add missing links to README * VMWare NSXv: Common components - Adjust Requires according to requirements.txt * Tue Feb 10 2015 dmueller@suse.com - update to 0.9.0: * Imported Translations from Transifex * Updated from global requirements * Correct usage to oslo_vmware * Fix line wrapping * Correct the doc usage example * Fix missing project name in installation doc * Fix race during session creation * Make setup.cfg packages include oslo.vmware * Move files out of the namespace package * Use ToggleLazy fixture from oslo.i18n * Use _is_valid_ipv6 from oslo.utils * Allow checking api session * Add pbr to installation requirements * Update urllib3 requirements * Workflow documentation is now in infra-manual * Fix re-create session during transient failures * Mon Jan 05 2015 dmueller@suse.com - update to 0.8.0: * Switch to use requests/urllib3 and enable cacert validation * Updated from global requirements * Enable support for python 3.x * Imported Translations from Transifex * Activate pep8 check that _ is imported * Do not log when reraising an exception * Imported Translations from Transifex * Add unit test for VC 5.1 web fault handling * Fix to get exception detail with vCenter 5.1 * Download image API to bypass vCenter * Enable the PBM WSDL to be updated * Support building wheels (PEP-427) * Fixup autoindex.rst only if it exists * Supress error logs when exception is thrown * Fix handling of fault details * Fix UnboundLocalError during WebFault handling * Use faultstring attribute in suds.WebFault.fault * Imported Translations from Transifex * Fix the log message for progress * Add API to get the entity inventory path * VimExceptions need to support i18n objects * Switch to using oslo.utils * Use custom transport adapter for file URLs * getText can be called only when doc is not None * Add unit test for suds cache expiration * Add a memory based shared cache
/usr/share/doc/packages/python-oslo.vmware-doc /usr/share/doc/packages/python-oslo.vmware-doc/LICENSE /usr/share/doc/packages/python-oslo.vmware-doc/html /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/contributor /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/contributor/index.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/index.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/install /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/install/index.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/autoindex.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.api.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.common.loopingcall.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.constants.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.exceptions.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.hacking.checks.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.image_transfer.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.image_util.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.objects.datacenter.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.objects.datastore.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.pbm.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.rw_handles.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.service.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.version.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.vim.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/api/oslo_vmware.vim_util.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/reference/index.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/user /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/user/history.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/user/index.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_sources/user/usage.rst.txt /usr/share/doc/packages/python-oslo.vmware-doc/html/_static /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/ajax-loader.gif /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/basic.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/comment-bright.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/comment-close.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/comment.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/bootstrap.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/bootstrap.min.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/combined.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/font-awesome.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/font-awesome.min.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/css/native.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/doctools.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/documentation_options.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/down-pressed.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/down.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/favicon.ico /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/file.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/FontAwesome.otf /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/fontawesome-webfont.eot /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/fontawesome-webfont.svg /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/fontawesome-webfont.ttf /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/fontawesome-webfont.woff /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/fontawesome-webfont.woff2 /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/glyphicons-halflings-regular.eot /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/glyphicons-halflings-regular.svg /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/glyphicons-halflings-regular.ttf /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/glyphicons-halflings-regular.woff /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/fonts/glyphicons-halflings-regular.woff2 /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs/license.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs/superuser1.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs/superuser2.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs/superuser3.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/docs/superuser4.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-facebook-hover.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-facebook.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-linkedin-hover.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-linkedin.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-twitter-hover.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-twitter.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-youtube-hover.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/footer-youtube.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/loading.gif /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/openstack-logo-full.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/openstack-logo-vert.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/images/search-icon.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/jquery-3.2.1.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/jquery.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/bootstrap.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/bootstrap.min.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/docs.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/jquery-3.2.1.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/jquery-3.2.1.min.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/navigation.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/js/webui-popover.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/minus.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/plus.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/pygments.css /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/searchtools.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/underscore-1.3.1.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/underscore.js /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/up-pressed.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/up.png /usr/share/doc/packages/python-oslo.vmware-doc/html/_static/websupport.js /usr/share/doc/packages/python-oslo.vmware-doc/html/contributor /usr/share/doc/packages/python-oslo.vmware-doc/html/contributor/index.html /usr/share/doc/packages/python-oslo.vmware-doc/html/genindex.html /usr/share/doc/packages/python-oslo.vmware-doc/html/index.html /usr/share/doc/packages/python-oslo.vmware-doc/html/install /usr/share/doc/packages/python-oslo.vmware-doc/html/install/index.html /usr/share/doc/packages/python-oslo.vmware-doc/html/objects.inv /usr/share/doc/packages/python-oslo.vmware-doc/html/py-modindex.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/autoindex.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.api.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.common.loopingcall.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.constants.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.exceptions.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.hacking.checks.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.image_transfer.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.image_util.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.objects.datacenter.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.objects.datastore.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.pbm.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.rw_handles.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.service.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.version.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.vim.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/api/oslo_vmware.vim_util.html /usr/share/doc/packages/python-oslo.vmware-doc/html/reference/index.html /usr/share/doc/packages/python-oslo.vmware-doc/html/search.html /usr/share/doc/packages/python-oslo.vmware-doc/html/searchindex.js /usr/share/doc/packages/python-oslo.vmware-doc/html/user /usr/share/doc/packages/python-oslo.vmware-doc/html/user/history.html /usr/share/doc/packages/python-oslo.vmware-doc/html/user/index.html /usr/share/doc/packages/python-oslo.vmware-doc/html/user/usage.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024