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

python-os-win-doc-3.0.0-lp152.4.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-os-win-doc Distribution: openSUSE Leap 15.2
Version: 3.0.0 Vendor: openSUSE
Release: lp152.4.3 Build date: Sun Mar 1 14:01:31 2020
Group: Documentation/HTML Build host: lamb59
Size: 2815938 Source RPM: python-os-win-3.0.0-lp152.4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/os-win
Summary: Documentation for OpenStack Windows/Hyper-V Library
Documentation for the Hyper-V library.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 3.0.0
    - [Trivial] Add HyperVvSwitchNotFound exception
    - Implement VHD attach/detach
    - Remove setting of version/release from releasenotes
    - Add oslo.config entry point
    - Add config sample to os-win docs
    - doc: Switch to openstackdocstheme
    - Avoid tox_install.sh for constraints support
    - Adds SR-IOV support
    - Remove deprecated methods and exceptions
    - Updated from global requirements
    - Add processutils module
    - Cleanup vmutils create_vm
* Fri Nov 24 2017 cloud-devel@suse.de
  - update to version 2.5.0
    - clusterutils: Adds clustering configuration options
    - Add method returning vswitch extensions
    - Include FCP lun when returning mappings
    - Add methods for retrieving disks
    - FC: cleanup WWN usage
    - FC: add support for retrieving FC LUN UIDs
    - check minimum VM version when setting VM snapshots
    - Update the documentation link for doc migration
    - Include disk ctrl addr in attachment info
    - Allow aggregating disk rescan requests
    - Allow detaching disks by serial tag
    - vmutils: Fixes setting disk QoS on Hyper-V 6.2
    - [Trivial] Add method checking if a disk is claimed by MPIO
    - Fix fetching vm boot sources
    - iSCSI: add checks for MPIO disks
    - Update log translation hacking rule
    - Adds releasenotes configuration
    - Updated from global requirements
    - Allow fetching disk attachment info by tag
    - Add SAN policy setter/getter
    - Silently continue when destroying missing vNIC
* Thu Sep 21 2017 cloud-devel@suse.de
  - update to version 2.2.0
    - clusterutils: Adds clustering configuration options
    - Include FCP lun when returning mappings
    - Update UPPER_CONSTRAINTS_FILE for stable/pike
    - check minimum VM version when setting VM snapshots
    - FC: cleanup WWN usage
    - FC: add support for retrieving FC LUN UIDs
    - Allow detaching disks by serial tag
    - [Trivial] Add method checking if a disk is claimed by MPIO
    - iSCSI: add checks for MPIO disks
    - Update .gitreview for stable/pike
    - Adds releasenotes configuration
    - Add methods for retrieving disks
* Tue Sep 19 2017 cloud-devel@suse.de
  - update to version 2.1.0
    - Add hacking rules for ctypes libraries
    - vmutils: Adds vnuma_enabled argument to update_vm
    - networkutils: fixes update_cache
    - removes the VirtualSystemType kwarg when fetching VMs
    - Fixed all typos in comments
    - Retry changing VM state in case of exceptions
    - Add cluster vm owner change listener
    - Fixes cached old WMI service objects issue
    - pathutils: Adds retry decorator to rmdir
    - Retrieve VM disk attachment info
    - Indicating the location tests directory in oslo_debug_helper
    - py35: fixes exception.message reference issues
    - Optimize the link address
    - vmutils: set all *DataRoot paths to the same value
    - Ignores "Not found" jobs when stopping jobs
    - Uses _compat_conn where WMI objects need to be updated or added
    - Change intermediary vm state handling
    - Replaces CRLF line endings to LF line endings
    - Remove old iSCSI initiator utils modules
    - Cleanup livemigrationutils
    - updates hacking requirement
    - pep8: fixes indentation issues
    - Add Python 3.5 classifier and venv
    - Rearrange imports
    - Remove deprecated IOUtils class
    - Improve WMI job check method
    - Fix cluster group migration status checks
    - Improve VM snapshots support
    - networkutils: specializes the exception raised by _get_vnic_settings
    - Allow setting VM snapshot types
    - tests: Sets baseutils.BaseUtilsVirt._old_wmi
    - Replacing six.iteritems() with .items()
    - Adds config option for caching WMI objects
    - Add support for setting the port profile id
    - raises exceptions.NotFound instead of x_wmi: Not Found
    - Ensure failed disk attachments are cleaned up
    - vmutils: Adds remove_all_pci_devices method
    - Fix share local address check
    - Remove log translations
    - Synchronize iscsi_target_utils
    - Add 'rm -f .testrepository/times.dbm' command in testenv
    - vmutils: Planned VMs separation
    - Refactor Windows API usage
    - pathutils: Adds copy_folder_files method
    - vmutils: Allows updating and disabling instance RemoteFX
    - Wrap "WMI not found" exception
    - Updated from global requirements
* Mon Mar 27 2017 cloud-devel@suse.de
  - update to version 1.4.1:
    - vmutils: Adds vnuma_enabled argument to update_vm
    - vmutils: set all *DataRoot paths to the same value
    - removes the VirtualSystemType kwarg when fetching VMs
    - Update .gitreview for stable/ocata
    - Update UPPER_CONSTRAINTS_FILE for stable/ocata
    - pathutils: Adds retry decorator to rmdir
    - vmutils: Allows updating and disabling instance RemoteFX
    - vmutils: Adds remove_all_pci_devices method
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 1.4.0:
    - Non-clustered VM live migration fix
    - Removes all references to openstack.common
    - Move unit tests to a separate folder
    - Add methods for handling file ACLs
    - Allow setting automatic vm shutdown action
    - Implements qos methods in networkutils
    - Rename argument in iscsi_utils, breaking os-brick
    - Add method for retrieving vm config root dir
    - Add Constraints support
    - Ensure Win32 API calls do not block
    - vmutils: honor host argument
    - FibreChannel: ignore unsupported HBA adapters
    - Show team and repo badges on README
    - Changed author and author-email
    - Avoid opening parents when fetching VHD info
    - Removes unnecessary oslo.service requirement
    - Use assertEqual() instead of assertDictEqual()
    - Handle sporadic iSCSI initiator errors
    - Adds VLAN trunk mode support
    - Adds nested virtualization support
    - Fix iscsi volumes not being attached
    - Adds Hyper-V PCI Passthrough support
    - VM Importing/Exporting
    - Retry on opening named pipe failures
    - Fix clustered vm live migration
    - Ensure GetLastError gets called in the right thread
    - Pin docutils version
    - Add hbaapi path config option
    - use unpatched socket module to get addresses
    - Fix clustered VM migration status polling
    - Avoid using diskpart for disk rescans
    - Updated from global requirements
* Tue Nov 15 2016 dmueller@suse.com
  - update to 1.2.1:
    * Ensure GetLastError gets called in the right thread
    * Retry on opening named pipe failures
    * Handle sporadic iSCSI initiator errors
    * Fix clustered VM migration status polling
    * VM Importing/Exporting
    * Non-clustered VM live migration fix
    * Fix clustered vm live migration
    * Add method for retrieving vm config root dir
    * vmutils: honor host argument
    * Avoid using diskpart for disk rescans
    * Ensure Win32 API calls do not block
    * Update .gitreview for stable/newton
* Thu Sep 01 2016 tbechtold@suse.com
  - update to version 1.2.0
    * Remove discover from test-requirements
    * Resolves flake8 errors
    * Removes Windows Server 2008 R2 specific code
    * TrivialFix: Remove cfg import unused
    * Updates README.rst
    * Refactors wmi exceptions usage
    * Add public method for destroying planned vms
    * Fix DNS zone serial number retrieval
    * Adds docstrings to the public methods of hostutils and jobutils
    * TrivialFix: Remove logging import unused
    * Updated from global requirements
    * Retry failed disk rescans
    * Sets parent class for ISCSITargetUtils
* Wed Aug 10 2016 tbechtold@suse.com
  - update to version 1.1.0
    * iSCSI tgt utils: remove workaround needed by old WMI lib
    * Hyper-V: Added checking secure VMs status
    * Adds method for returning DNS Zone properties
    * Add utils for managing DNS operations
    * Add instance job terminate timeout
    * Fix for VM's not getting IP due to missing SG rules
    * Properly handle stopping VM jobs
    * Updated from global requirements
* Mon Jul 04 2016 tbechtold@suse.com
  - update to 1.0.0:
    * Fixes loading HGS namespace on early builds of Windows 10
    * Add method for checking whether a share is local
    * Fix disk rescan method
    * Fix event handle leaks
    * Hyper-V: Shielded VMs
    * Updated from global requirements
    * Fix iSCSI initiator utils docstring
    * iSCSI utils: accept rescan_attempts arg in login method
    * Add missing wmi to requirements.txt
    * Updated from global requirements
    * Add method for retrieving local share paths
    * Updated from global requirements
    * Events: use tpool only if thread module is patched
    * Fix event listeners
    * Updated from global requirements
    * Adds missing attribute from get_cpus_info query
    * Fix retrieving VM notes race condition
    * Fix retrieving VHDX block size
    * Updated from global requirements
    * Fix retrieving VM physical disk mapping
    * Copies get_share_capacity_info to diskutils
    * python3: Fixes vhdutils internal VHDX size
    * Consistently raise exception if port not found
    * Ensure vmutils honors the host argument
    * Sets OsWinBaseTestCase as base class for unit tests
    * Fixes PyMI compatiblity issue
    * Fixes vmutils take_vm_snapshot method
    * Adds check for VLAN and VSID operations
    * Fix named pipe handler cleanup regression
    * Fixes vmutils get_vm_generation method
    * Improve clusterutils with new pyMI features
    * Ensure namedpipe IO workers clean up handles when stopping
    * switch to post-versioning
    * Bump version to 0.3.3
    * Deprecate volumeutils v1
    * Instance event listener: ignore exceptions
    * Replace associators with direct queries (part 2)
    * Fix serial console worker blocking Nova
    * Adds Hyper-V Cluster related utils
    * Fixed _winreg OpenKey parameter
    * Bump version to 0.3.2
  - Use .spec from upstream rpm-packaging project
  - Use renderspec source service to update .spec
* Wed Mar 30 2016 dmueller@suse.com
  - fix license
* Mon Mar 14 2016 tbechtold@suse.com
  - Update Requires
* Mon Mar 14 2016 tbechtold@suse.com
  - Initial packaging (version 0.3.1)

Files

/usr/share/doc/packages/python-os-win-doc
/usr/share/doc/packages/python-os-win-doc/LICENSE
/usr/share/doc/packages/python-os-win-doc/html
/usr/share/doc/packages/python-os-win-doc/html/.buildinfo
/usr/share/doc/packages/python-os-win-doc/html/_downloads
/usr/share/doc/packages/python-os-win-doc/html/_downloads/os-win.conf.sample
/usr/share/doc/packages/python-os-win-doc/html/_sources
/usr/share/doc/packages/python-os-win-doc/html/_sources/contributing.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_sources/installation.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_sources/readme.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_sources/sample_config.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_sources/usage.rst.txt
/usr/share/doc/packages/python-os-win-doc/html/_static
/usr/share/doc/packages/python-os-win-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-os-win-doc/html/_static/basic.css
/usr/share/doc/packages/python-os-win-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-os-win-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-os-win-doc/html/_static/comment.png
/usr/share/doc/packages/python-os-win-doc/html/_static/css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-os-win-doc/html/_static/css/native.css
/usr/share/doc/packages/python-os-win-doc/html/_static/doctools.js
/usr/share/doc/packages/python-os-win-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-os-win-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-os-win-doc/html/_static/down.png
/usr/share/doc/packages/python-os-win-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-os-win-doc/html/_static/file.png
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-os-win-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-os-win-doc/html/_static/images
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-os-win-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-os-win-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-os-win-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-os-win-doc/html/_static/jquery.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-os-win-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-os-win-doc/html/_static/minus.png
/usr/share/doc/packages/python-os-win-doc/html/_static/os-win.conf.sample
/usr/share/doc/packages/python-os-win-doc/html/_static/plus.png
/usr/share/doc/packages/python-os-win-doc/html/_static/pygments.css
/usr/share/doc/packages/python-os-win-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-os-win-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-os-win-doc/html/_static/underscore.js
/usr/share/doc/packages/python-os-win-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-os-win-doc/html/_static/up.png
/usr/share/doc/packages/python-os-win-doc/html/_static/websupport.js
/usr/share/doc/packages/python-os-win-doc/html/contributing.html
/usr/share/doc/packages/python-os-win-doc/html/genindex.html
/usr/share/doc/packages/python-os-win-doc/html/index.html
/usr/share/doc/packages/python-os-win-doc/html/installation.html
/usr/share/doc/packages/python-os-win-doc/html/objects.inv
/usr/share/doc/packages/python-os-win-doc/html/readme.html
/usr/share/doc/packages/python-os-win-doc/html/sample_config.html
/usr/share/doc/packages/python-os-win-doc/html/search.html
/usr/share/doc/packages/python-os-win-doc/html/searchindex.js
/usr/share/doc/packages/python-os-win-doc/html/usage.html


Generated by rpm2html 1.8.1

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