forked from pool/python-openstacksdk
- update to version 0.9.17
- Fix document warnings - Add port property: trunk_details - Introduce Base for Octavia (load balancing) - Add compute support server migrate operation - Remove discover from test-requirements - Use https instead of http in cluster examples - Add is_profile_only to Cluster resource - Fix network quota test so it works on gate - Add compute support server backup operation - Cleanup various Sphinx warnings during doc build - Add wait_for_xxx methods to cluster proxy - Add new parameter "is_default" to Network QoS policy. - Fix the network service provider test - Filtering support by is_router_external to network resource - Reorganize image docs - Reorganize telemetry docs - Add cluster_operation and node_operation - Fix the agent add remove test - Remove get_service method from compute - Enable warnings_as_errors in doc enforcer - Add StackFiles resource to orchestration v1 - Update the image used for functional tests - Fix the network floating ip test for get - Correct Network `ports` query parameters - Fix the telemetry statistics test - Updated from global requirements - Remove two remaining doc warnings - Add data plane status support to Network Port obj - Add 'project_id' to Server query parameters OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
1c6ec5f8f6
commit
1788c68f9d
@@ -1,3 +1,123 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 13:24:47 UTC 2017 - cloud-devel@suse.de
|
||||
|
||||
- update to version 0.9.17
|
||||
- Fix document warnings
|
||||
- Add port property: trunk_details
|
||||
- Introduce Base for Octavia (load balancing)
|
||||
- Add compute support server migrate operation
|
||||
- Remove discover from test-requirements
|
||||
- Use https instead of http in cluster examples
|
||||
- Add is_profile_only to Cluster resource
|
||||
- Fix network quota test so it works on gate
|
||||
- Add compute support server backup operation
|
||||
- Cleanup various Sphinx warnings during doc build
|
||||
- Add wait_for_xxx methods to cluster proxy
|
||||
- Add new parameter "is_default" to Network QoS policy.
|
||||
- Fix the network service provider test
|
||||
- Filtering support by is_router_external to network resource
|
||||
- Reorganize image docs
|
||||
- Reorganize telemetry docs
|
||||
- Add cluster_operation and node_operation
|
||||
- Fix the agent add remove test
|
||||
- Remove get_service method from compute
|
||||
- Enable warnings_as_errors in doc enforcer
|
||||
- Add StackFiles resource to orchestration v1
|
||||
- Update the image used for functional tests
|
||||
- Fix the network floating ip test for get
|
||||
- Correct Network `ports` query parameters
|
||||
- Fix the telemetry statistics test
|
||||
- Updated from global requirements
|
||||
- Remove two remaining doc warnings
|
||||
- Add data plane status support to Network Port obj
|
||||
- Add 'project_id' to Server query parameters
|
||||
- Deprecate Message v1
|
||||
- Privatize session instance on Proxy subclasses
|
||||
- Add StackEnvironment resource to orchestration v1
|
||||
- keystone api v2.0 does not paginate roles or users
|
||||
- Add vlan_transparent property to network resource
|
||||
- the role resource should not have put_create=True
|
||||
- Reorganize identity docs
|
||||
- Fix the network flavor disassociate method
|
||||
- Reorganize network docs
|
||||
- Add params to ClusterDelNodes action
|
||||
- Fix the network auto allocate validate
|
||||
- Reorganize orchestration docs
|
||||
- Added server console output method
|
||||
- functional tests: minor cleanup
|
||||
- update params about cluster filter event
|
||||
- Shift some compute attributes within request body
|
||||
- Fix the network quota tests
|
||||
- Revert "HAProxy uses milliseconds ..."
|
||||
- Add support for volume attachments in compute v2
|
||||
- Find floating ip by ip address
|
||||
- Port database v1 to resource2
|
||||
- Update intersphinx linking to python.org
|
||||
- Get endpoint versions with domain scope session
|
||||
- Fix exception parsing error
|
||||
- Trivial: fix Template resource in orchestration
|
||||
- Reorganize compute docs
|
||||
- Add direction field to QoS bandwidth limit.
|
||||
- Fix doc build if git is absent
|
||||
- Add 'service list' resource for senlin
|
||||
- Added project role assignment
|
||||
- Fix the telemetry sample test
|
||||
- Implement metric docs
|
||||
- Port metric v1 to resource2
|
||||
- Fix the nextwork agent add remove test
|
||||
- Reorganize object_store docs
|
||||
- Add image download example
|
||||
- Fix the service profile meta info test
|
||||
- Fix the object store set metadata functional test
|
||||
- Change version of hacking in test-requirements
|
||||
- Replace assertRaisesRegexp with assertRaisesRegex
|
||||
- Add cluster support receiver update operation
|
||||
- Fix function test for compute images
|
||||
- Update devstack config to point to a valid image
|
||||
- Adjust some proxy method names in cluster
|
||||
- Remove unsupported telemetry create_sample method
|
||||
- Add 'tags' property to orchestration stack
|
||||
- Implement message docs
|
||||
- Remove support for py34
|
||||
- Add compute support server live migrate operation
|
||||
- Add docs for volume_attachment compute methods
|
||||
- Support profile-only to cluster update
|
||||
- Expose OS-EXT-SRV-ATTR:{hypervisor_hostname,instance_name} for Server.
|
||||
- Port identity v2 to resource2
|
||||
- Port image v1 to resource2
|
||||
- Remove unnecessary get_id call in _prepare_request
|
||||
- Cleanup more Sphinx warnings during doc build
|
||||
- Reorganize bare_metal docs
|
||||
- Enable streaming responses in download_image
|
||||
- Add network flavor associate, disassociate to SDK
|
||||
- Reorganize workflow docs
|
||||
- Fix cluster action list filter
|
||||
- Reorganize block store docs
|
||||
- Remove old telemetry capability
|
||||
- Adjust some proxy method names in bare_metal
|
||||
- Correct a copy/paste mistake in a docstring
|
||||
- Fix py3 compatibility (dict.iteritems()) in object_store
|
||||
- Reorganize key_manager docs
|
||||
- Expose ha_state property from HA enabled L3 Agents.
|
||||
- Remove type restrict of block_device_mapping
|
||||
- Reorganize database docs
|
||||
- Remove unnecessary coding format in the head of files
|
||||
- Add missing attribute to Subnet resource
|
||||
- Fix problem with update including id
|
||||
- Network tag support
|
||||
- Deprecate "wait_for" methods on ProxyBase
|
||||
- StackTemplate resource for orchestration
|
||||
- Reorganize cluster docs
|
||||
- Add get_stack_* methods to documentation
|
||||
- Enforce inclusion of pulic proxy methods in docs
|
||||
- Specify alternate_id in network quota
|
||||
- Avoid imports in openstack/__init__.py
|
||||
- Allow router related functions to receive an ID
|
||||
- Fix update_image unsupported media type
|
||||
- Port unversioned Version resources to resource2
|
||||
- Clean up some errant doc warnings/errors
|
||||
- Deprecate port and ping methods in Network proxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 16:37:55 UTC 2017 - cloud-devel@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user