17
0

- update to version 1.4.0

- OSC command for node op and cluster op
  - Enable coverage report in console output
  - Param "response" is not used any more in
  - Profile id or name is a default profile
  - Enable some off-by-default checks
  - Update reno for stable/ocata
  - import cli-reference from openstack-manuals
  - Fix hacking requirement for testing
  - Cleanup sphinx building
  - Add filter "user_id" for receiver list
  - Fix SDK version problem
  - Revise service list help info
  - Add --config option parameter for cluster-create command
  - Delete TODO about event-delete, The event-delete
  - Revert "Revert "Revert "Revert "Fix `openstack  cluster profile validate` bug""""
  - Initial test hooks for functional test
  - Avoid import internal classes from SDK (3)
  - Using fixtures.MockPatch instead of mockpatch.Patch
  - remove redundant value when cluster-show
  - Add services list
  - Update imoprt order
  - Replaces yaml.load() with yaml.safe_load()
  - Update and optimize documentation links
  - Fix openstackdocstheme settings
  - Fix senlin cluster policy list error
  - Check node status before do cluster-recover action
  - Fix `openstack cluster service`
  - Add user_id in receiver list
  - Revise `senlin service-list`

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-senlinclient?expand=0&rev=8
This commit is contained in:
2017-08-07 14:24:25 +00:00
committed by Git OBS Bridge
parent aa4be249f2
commit 557eeadfc2
5 changed files with 83 additions and 18 deletions

View File

@@ -1,3 +1,67 @@
-------------------------------------------------------------------
Mon Aug 7 14:21:17 UTC 2017 - cloud-devel@suse.de
- update to version 1.4.0
- OSC command for node op and cluster op
- Enable coverage report in console output
- Param "response" is not used any more in
- Profile id or name is a default profile
- Enable some off-by-default checks
- Update reno for stable/ocata
- import cli-reference from openstack-manuals
- Fix hacking requirement for testing
- Cleanup sphinx building
- Add filter "user_id" for receiver list
- Fix SDK version problem
- Revise service list help info
- Add --config option parameter for cluster-create command
- Delete TODO about event-delete, The event-delete
- Revert "Revert "Revert "Revert "Fix `openstack cluster profile validate` bug""""
- Initial test hooks for functional test
- Avoid import internal classes from SDK (3)
- Using fixtures.MockPatch instead of mockpatch.Patch
- remove redundant value when cluster-show
- Add services list
- Update imoprt order
- Replaces yaml.load() with yaml.safe_load()
- Update and optimize documentation links
- Fix openstackdocstheme settings
- Fix senlin cluster policy list error
- Check node status before do cluster-recover action
- Fix `openstack cluster service`
- Add user_id in receiver list
- Revise `senlin service-list`
- Fix cluster update failed problem
- Make --os-profile load from environment variables
- Revise command reminder when we run `senlin cluster-resize`
- Client support for "destroy_after_deletion" in cluster del nodes
- Add oslo_debug_helper to tox.ini
- Replace six.itervalues with dict.values()
- Fix receiver-update mistake
- delete bash_completion in subcommand
- Unify style of 'domain' field
- The python 3.4 support is removed
- Print support status while listing policy types
- Fix `openstack cluster service` Exception raised
- Support check before do node-recover action
- Fixed warnings when building docs
- Remove a py34 environment from tox
- Revise command reminder when we run `openstack cluster resize`
- fix setup.cfg cluster service path error
- Add an installation doc
- Remove log translations
- Support receiver update operation
- List services doc link cannot be found
- Fix development document api-ref link error
- Support to cluster-op and node-op operations
- Support status output for profile type list
- Avoid import internal classes from SDK (2)
- Fix html_last_updated_fmt for Python3.
- Add parameter in CLUSTER_DEL_NODES action
- Support profile-only to cluster update
- Updated from global requirements
- Avoid import internal classes from SDK
-------------------------------------------------------------------
Mon Feb 13 13:00:49 UTC 2017 - cloud-devel@suse.de