1
0

- update to version 0.17.2

- Network: Add tag support for security group
  - Fix clustering profile type miss list operation
  - Add ipaddress and futures to lower-constraints
  - Allow cascade deletion of load balancer
  - Add ansible functional tests
  - Use valid filters to list floating IPs in neutron
  - Switch to providing created_at field for servers
  - Flavor: added is_public query parameter and description property
  - Add Magnum /certificates support
  - Add tests to verify behavior on '' in self link
  - Refactor _get_version_arguments
  - Hardcode v2.0 onto end of neutron endpoints
  - Add ability to pass data to create_object
  - Add connection backreference to proxy instances
  - Add python 3.6 jobs
  - meta: don't throw KeyError on misconfigured floating IPs
  - Fix DNS Recordset CRUD
  - Fix devstack tests
  - Fix typo in README.rst
  - Add release note for added masakari support
  - Finish migrating image tests to requests-mock
  - Remove default values of router's is_ha and is_distributed arguments
  - Allow explicitly setting enable_snat to either value
  - create_subnet: Add filter on tenant_id if specified
  - Add missing release note about vexxhost auth_url
  - Use 'none' auth plugin
  - Fix path for Limestone Networks vendor file
  - Move clustering additions from shade directories
  - Update create_object to handled chunked data

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=27
This commit is contained in:
2018-09-01 09:06:18 +00:00
committed by Git OBS Bridge
parent 882fe3d7a3
commit 96442e4279
6 changed files with 205 additions and 101 deletions

View File

@@ -1,4 +1,149 @@
-------------------------------------------------------------------
Sat Sep 1 09:05:36 UTC 2018 - cloud-devel@suse.de
- update to version 0.17.2
- Network: Add tag support for security group
- Fix clustering profile type miss list operation
- Add ipaddress and futures to lower-constraints
- Allow cascade deletion of load balancer
- Add ansible functional tests
- Use valid filters to list floating IPs in neutron
- Switch to providing created_at field for servers
- Flavor: added is_public query parameter and description property
- Add Magnum /certificates support
- Add tests to verify behavior on '' in self link
- Refactor _get_version_arguments
- Hardcode v2.0 onto end of neutron endpoints
- Add ability to pass data to create_object
- Add connection backreference to proxy instances
- Add python 3.6 jobs
- meta: don't throw KeyError on misconfigured floating IPs
- Fix DNS Recordset CRUD
- Fix devstack tests
- Fix typo in README.rst
- Add release note for added masakari support
- Finish migrating image tests to requests-mock
- Remove default values of router's is_ha and is_distributed arguments
- Allow explicitly setting enable_snat to either value
- create_subnet: Add filter on tenant_id if specified
- Add missing release note about vexxhost auth_url
- Use 'none' auth plugin
- Fix path for Limestone Networks vendor file
- Move clustering additions from shade directories
- Update create_object to handled chunked data
- Update python-openstacksdk references to openstacksdk
- Updated from global requirements
- Add testing of availability_zones() "details" argument
- Allow configuring status_code_retries and connect_retries via cloud config
- pypy is not checked at gate
- Allow not resolving outputs on get stacks
- Convert image_client mocks in test_shade_operator
- Fixing bug where original and new dicts would always be the same
- Add Limestone Networks vendor info
- Convert test_caching to requests-mock
- Honor endpoint_override for get_session_client
- fix doc title format error
- Fix Magnum cluster update
- Defer all endpoint discovery to keystoneauth
- Add flag for disabling object checksum generation
- Modify the unhelpful error message when delete network
- Only send force parameter to live migration if supported
- Implementing solution for 2002563 issue from story board
- Add functional tests for Neutron DNS extension
- close files after open in unit/base
- Add ansible functional tests on stable-2.6
- add missing attribute in LBaaS v2 Pool API
- Improve Magnum cluster templates functions
- Add 'port_details' to Floating IP
- Fix TypeError in case of FloatingIP add and remove
- Temporarily disable neutron-grenade
- Clean up floating ip tests
- Run os-client-config tests on sdk changes
- fix tox python3 overrides
- Temporarily disable osc-functional-devstack-tips
- Bump default timeout values
- Add timeout options for listener
- Remove DataCentred from list of vendors
- Add comment about W503 being skipped
- fix misspelling of 'server'
- Allow members to be set as "backup"
- Replace old http links with the newest https ones in docs
- Avoid globally modifying yaml library
- Honor service-type aliases in config
- Add image_format for VEXXHOST profile
- Add vip_qos_policy_id options for loadbalancer
- Turn OSC tips jobs non-voting
- rename vars to defaults to allow overriding in ansible tests
- Fix H103 Apache license header check
- Add support for DNS attributes for floating IPs
- Convert domain params tests to requests_mock
- Fix resource not exist the resource.status error
- Add set_provision_state and wait_for_provision_state for baremetal Node
- Use defined version instead of service.version parameter
- Run normalize_keys on config for session codepath
- Rename service_key to service_type
- baremetal: correct the default timeout in Node.set_provision_state
- baremetal: refuse to inspect associated machines
- Provide OpenStackConfigException backwards compat
- Rename python-openstacksdk to openstacksdk in zuul.yaml
- Invalid link of doc reference
- Bugfix for block_storage not selecting the correct proxy
- Add support for trunk ports and subports
- Add create_directory_marker_object method
- Handle Munch objects in proxies
- Prepare for os-client-config wrapper
- Switch VEXXHOST to 'v3password' auth_type
- Pass default_microversion to adapter constructor
- Add hypervisor details to hypervisors list if requested
- Avoid raising exception when comparing resource to None
- Added few image properties to Image class
- Don't assume a full config dict
- Don't wait for task in submit_task
- Network: Add tag support for floating ip
- Fix private_v4 selection related to floating ip matching
- Add support for processing insecure
- Add 409 ConflictException
- Add missing swift docstrings
- Remove D exclusions from flake8 config
- Fix for passing dict for get_* methods
- Strip the version prefix from the next link for pagination
- Add get_volume_limits() support
- Update UPPER_CONSTRAINTS_FILE for stable/rocky
- Change 'Member' role reference to 'member'
- allow passing ansible variables to ansible tests
- Reenable osc-functional-devstack-tips and neutron-grenade
- Add task manager parameter to Connection
- Support port binding extended attributes for querying port
- Network: Add tag support for QoS policy
- Fix openstack-inventory
- Decode additional heat files
- Add release note link in README
- Change clustering example test create parameter
- Remove the need for OpenStackConfig in CloudRegion
- Functional test for set_tags on Neutron resources
- Throw an error on conflicting microversion config
- Update .gitreview for stable/rocky
- Several improvements to resource.wait_for_status
- Support to wait for load balancer to be ACTIVE
- Add Magnum cluster support
- Add instance_ha service
- Redo role assignment list query filters
- Adds Senlin support to openstacksdk
- Implement signature generation functionality
- Trivial: Update pypi url to new url
- Drop bogus attributes from network port resource
- Fix 'block_store' aliases define error
- Add nodepool-functional-py35-src job
- Fix F405 errors
- Fix bugtracker and documentation references
- Fix response always being False
- Add /v3 to the auth_url for vexxhost
- Enable bare metal unit tests
- Modify the error message when unsetting gateway and setting FIP
- add lower-constraints job
- openstackcloud: properly handle scheduler_hints
- drop 0001-Let-enforcer.py-work-under-both-py2-and-py3.patch: upstream
-------------------------------------------------------------------
Fri Feb 23 13:17:17 UTC 2018 - tbechtold@suse.com
- Switch to stable/queens spec template