forked from pool/python-openstacksdk
- update to version 0.11.3
- Fix image task uploads - Remove self argument from connect helper function - Add notes about moving forward - Fix batching for floating ips and ports - Remove openstack-tox-pypy jobs - v2 image update fix - Prefer links dicts for pagination - Remove meter service - Update for new docs PTI - Add ability to register non-official services - Fix py35 and pypy tox env - Do not apply format expansions to passwords - Provide compatibility for people passing raw sessions - Move shade and os-client-config python content - Remove metric service - Add group parameter to create_server - Remove use of tox-siblings role - Remove -U from pip install - Add tag support to create_stack - Add helper property to get the current user id - Add resource2/proxy2 wrappers with deprecations - Add clustering guides cluster file, examples cluster code - Rename resource2 and proxy2 to resource and proxy - Add pools attribute to load balancer heath monitor - Move profile helper method to openstack.profile - Fix TypeError for overrided get methods - Implement availability_zone_hints for networks and routers. - Add cluster support force delete parameter - Rename CloudConfig to CloudRegion OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,139 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 14:42:09 UTC 2018 - cloud-devel@suse.de
|
||||
|
||||
- update to version 0.11.3
|
||||
- Fix image task uploads
|
||||
- Remove self argument from connect helper function
|
||||
- Add notes about moving forward
|
||||
- Fix batching for floating ips and ports
|
||||
- Remove openstack-tox-pypy jobs
|
||||
- v2 image update fix
|
||||
- Prefer links dicts for pagination
|
||||
- Remove meter service
|
||||
- Update for new docs PTI
|
||||
- Add ability to register non-official services
|
||||
- Fix py35 and pypy tox env
|
||||
- Do not apply format expansions to passwords
|
||||
- Provide compatibility for people passing raw sessions
|
||||
- Move shade and os-client-config python content
|
||||
- Remove metric service
|
||||
- Add group parameter to create_server
|
||||
- Remove use of tox-siblings role
|
||||
- Remove -U from pip install
|
||||
- Add tag support to create_stack
|
||||
- Add helper property to get the current user id
|
||||
- Add resource2/proxy2 wrappers with deprecations
|
||||
- Add clustering guides cluster file, examples cluster code
|
||||
- Rename resource2 and proxy2 to resource and proxy
|
||||
- Add pools attribute to load balancer heath monitor
|
||||
- Move profile helper method to openstack.profile
|
||||
- Fix TypeError for overrided get methods
|
||||
- Implement availability_zone_hints for networks and routers.
|
||||
- Add cluster support force delete parameter
|
||||
- Rename CloudConfig to CloudRegion
|
||||
- Add betacloud to the vendors
|
||||
- Move task_manager and adapter up a level from cloud
|
||||
- Use version definition from openstack.version
|
||||
- Remove inner_exceptions plumbing
|
||||
- Allow domain_id for roles
|
||||
- Add deprecation warnings to profile
|
||||
- Add block_store support single volume display image message
|
||||
- Use Zuul v3 fetch-subunit-output
|
||||
- Change update/create method options
|
||||
- Added nat_source flag for networks.
|
||||
- Use devstack functional test base job
|
||||
- Clean up the release notes a bit
|
||||
- Adds get encrypted password support
|
||||
- Remove legacy client factory functions
|
||||
- Update the shade-merge document
|
||||
- Move role normalization to normalize.py
|
||||
- Clean up a bit after the mapping inversion
|
||||
- Add _query_mapping to identity resources
|
||||
- Port wait_for_ methods to use iterate_timeout
|
||||
- Complete move of baremetal machine tests
|
||||
- Cleanup objects that we create on behalf of images
|
||||
- Consume publish-openstack-sphinx-docs
|
||||
- Handle resource deletion properly
|
||||
- Add clustering guides node file, examples node code
|
||||
- Fix typo in the external service loader code
|
||||
- Make sure we use config defaults in profile compat code
|
||||
- Add ability to work in other auth contexts
|
||||
- Remove the deprecated "giturl" option
|
||||
- Remove python-ironicclient
|
||||
- Add server-side names to query param checking
|
||||
- Temporarily disable volume and os_image functional tests
|
||||
- Update UPPER_CONSTRAINTS_FILE for stable/queens
|
||||
- Move openstack_cloud helper functions
|
||||
- Avoid default mutable values in arguments
|
||||
- Treat clouds.yaml with one cloud like envvars
|
||||
- Invert the attribute mapping
|
||||
- Start using Connection in openstack.cloud
|
||||
- modify spelling error of resource
|
||||
- change spell error
|
||||
- Updated from global requirements
|
||||
- Remove setting of version/release from releasenotes
|
||||
- Make floating IP to be prefered over fixed when looking for IP
|
||||
- Add subnet_id property for FloatingIP
|
||||
- Replace clustering examples code cluster to clustering
|
||||
- Remove resource and proxy
|
||||
- Add method to cleanup autocreated image objects
|
||||
- Raise error when supplying invalid query params
|
||||
- Fix magnum functional test
|
||||
- Add supported method for checking the network exts
|
||||
- Support filtering servers in list_servers using arbitrary parameters
|
||||
- Add function to make CloudRegion from session
|
||||
- Add jobs for Zuul v3
|
||||
- Make the get_service_type() overrides tolernat of no defaults
|
||||
- Migrate to testtools for functional tests
|
||||
- resource: don't early terminate list
|
||||
- Pass through all_projects for get_server
|
||||
- Adds support to retrieve cinder backend pools information
|
||||
- Remove reference to context-managers from release note
|
||||
- fix misspelling of 'configuration'
|
||||
- Update docs and pep8 tox environments
|
||||
- Update Release Notes links and add bugs links
|
||||
- Add FloatingIP qos_policy_id attribute
|
||||
- Rationalize logging helpers and docs
|
||||
- Remove bogus and unneeded role from job definition
|
||||
- Re-enable octavia functional tests
|
||||
- Fixed a few nits in the README
|
||||
- Sort image update results before comparing
|
||||
- Rework config and rest layers
|
||||
- Stop osSDK mangling Swift metadata keys
|
||||
- Update make_rest_client to work with version discovery
|
||||
- Make meta.find_best_address() more generic
|
||||
- Add reno for tag support on heat stacks
|
||||
- Throw OpenStackCloudCreateException on create errors
|
||||
- Shift image tests from test_operator
|
||||
- Baremetal NIC list should return a list
|
||||
- Add a descriptor object for each service proxy
|
||||
- Protect against p_opt not having prompt attribute
|
||||
- Add clustering guides receiver file,examples receiver code
|
||||
- Update .gitreview for stable/queens
|
||||
- Add osc-tox-unit-tips jobs
|
||||
- Allow to pass filters like domain to find_project/user
|
||||
- Avoid tox_install.sh for constraints support
|
||||
- Remove name from zuul project stanza
|
||||
- Remove ansible functional tests for now
|
||||
- Add OSC functional tips jobs
|
||||
- Document current_user_id in a release note
|
||||
- Fix releasenotes builds
|
||||
- Fix regression for list_router_interfaces
|
||||
- Add clustering guides file, Examples code.
|
||||
- Update type conversion to handle subtypes more better
|
||||
- Fix an error about listing projects in connection doc
|
||||
- Fix clustering detach policy describe error
|
||||
- Add retry logic mechanism
|
||||
- Remove message v1 support
|
||||
- Ensure Connection can be made from keyword arguments
|
||||
- Image should be optional
|
||||
- Set empty Tag list if Network Tag API extension not supported
|
||||
- Handle glance image pagination links better
|
||||
- Add method to set bootable flag on volumes
|
||||
- Fix issue with missing url parameters
|
||||
- Add some docs about not using Profile
|
||||
- Migrate object_store to resource2/proxy2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 11:47:28 UTC 2018 - cloud-devel@suse.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user