Package Release Info

python-heatclient-1.14.0-2.16

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-heatclient

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
- update to version 1.14.0 (bsc#1078607)
  - Add reno for release notes management
  - Updated from global requirements
  - Fix release note formatting
  - Avoid tox_install.sh for constraints support
  - Migrate functional job to Zuul v3
* Fri Jan 19 2018 cloud-devel@suse.de
- update to version 1.13.0
  - Add plug-in summary for osc doc
  - Add --no-rollback option for stack cancel
  - Add `--converge` argument for osc stack update
  - No longer use oslotest.mockpatch
  - Use generic user for both zuul v2 and v3
  - Modify error message encountered during stack update
  - Decode content before checking
  - Support --show-nested in openstack stack update --dry-run
  - Don't override sections in deep_update
  - Imported Translations from Zanata
  - Don't preformat stack output show list/map values
  - Remove vestigate HUDSON_PUBLISH_DOCS reference
  - Allow cancelling create_in_progress stacks with --no-rollback
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error
- Convert to singlespec
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 1.11.0
  - Handle log message interpolation by the logger
  - Explicitly set 'builders' option
  - Don't encode path separators
  - Show 'project' info if heat server returns
  - Trivial:remove unused code
  - Support openstack stack export
  - Use endpoint_type with session client
  - Replace six.iteritems() with .items()
  - Don't always resolve outputs when showing a stack
  - Fixing read before prompt bug
  - Use upper-constraints for all jobs
  - Fix error message when deployment not found
  - Switch from oslosphinx to openstackdocstheme
  - Add functinoal tests for 'openstack stack snapshot delete'
  - Add optional arguments '-y' in CLI?snapshot-delete
  - Replace mox3 with mock
  - Build event stack_name from links
  - Remove log translations
  - Add '--yes' for openstack stack snapshot delete
  - Update test requirement
  - Remove support for py34
  - Pass event filters to the server side
  - Updated from global requirements
* Wed Jun 07 2017 cloud-devel@suse.de
- update to version 1.8.1
  - Build event stack_name from links
  - Update .gitreview for stable/ocata
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 1.8.0:
  - Add url in setup.cfg
  - Make method import_versioned_module work
  - Add convenience function for events over websocket
  - Graduate to oslo.i18n and cleanup incubator usage
  - Enable coverage report in console output
  - Distinguish between stack and resource events when polling
  - Add heat CLI test for creating stack from URL
  - Fix help string for osc resource show <resource>
  - Fix "heat output-show -F json" output format
  - Remove LOG Warning from __eq__
  - delete python bytecode including pyo before every test run
  - User server side env merging with osc plugin
  - Remove oslo-incubator modules
  - Show team and repo badges on README
  - Update headers for the Openstack Orchestration commands
  - Remove unused scripts in tools
  - Support -y for --yes.
  - Use default service_type with session
  - handle empty sections in environment files
  - Make sure the --heat-url option is respected, part 2
  - Update docs for mark-unhealthy command
  - Don't resolve outputs when polling events
  - Move required modules from oslo-incubator
  - Fix doc on keystoneauth session api usage
  - Use region_name and interface with session
  - Add aliases to orchestration template version list
  - Change property option into append action
  - Don't use endpoint_override with session
  - Use endpoint as endpoint_override
  - Return condition functions based on the filter param
  - Use event_time as default event sort key in OSC
  - Add heat CLI test for deleting stack
  - Improved the help message of the stack-list tags
  - Updated from global requirements
  - Fix event list help
* Mon Sep 26 2016 tbechtold@suse.com
update to version 1.5.0
  * Replace functions 'Dict.get' and 'del' with 'Dict.pop'
  * Trivial:Standardize the output format of 'help' in shell.py
  * Show resource name path in event log formatter
  * Clean imports in code
  * Add parameter_merge_startegies section
  * Modify use of assertTrue(A in B)
  * Update .gitreview for stable/newton
  * Import mox in __init__.py
* Tue Aug 30 2016 tbechtold@suse.com
- update to 1.4.0:
  * Updated from global requirements
  * Add a nested_depth argument to poll_for_events
  * Update the home-page in setup.cfg
  * Standardize import format
  * Remove unused function
  * Change usage of _auth_url private attribute
  * Remove discover from test-requirements
  * Add support for stack file list
  * Trivial: Remove out-of-date and useless example
  * Add Python 3.5 classifier and venv
  * Fix doc build if git is absent
  * Fix deprecation message for stack-preview
  * Remove unused LOG
  * Remove white space between print and ()
  * base.Resource not define __ne__() built-in function
  * Fix typo
  * Pass correct arguments in osc plugin
  * Use osc_lib instead of cliff
  * Use osc-lib instead of openstackclient
  * Imported Translations from Zanata
  * Enhance error message
  * Replace dict.iteritems with six.iteritems to make PY3 compatible
  * Show 'deletion_time' of stacks
  * Implement client side of event list --nested-depth
  * Refactor test_shell
  * Serialize files when using SessionClient
  * Show 'parameter_defaults' for environment-show
  * A resource list formatter for graphviz dot diagrams
  * Implement "openstack stack failures list"
  * Clean up osc fakes and mocks
  * osc resource-type-show description option
  * osc resource-type-list description option
  * Remove redundant auth discovery
  * switch to keystoneauth
  * Allow redirects to use location from response
  * Fix obscure error message when no template given to OSC
  * Replace tempest-lib with tempest.lib
  * Moved required parameter for visibility
  * use thread safe fnmatch
  * OpenStack client plugin for environment show
  * Add client library support for retrieving a stack's environment
  * Support "--pre-delete" argument for hook-clear
  * Fixed fragile assertion in test_template_utils
  * Fix logging issue in heatclient tests
  * Add basic read-only function test for template validate
  * Support OS_KEY/OS_CERT environment variables
  * Replace assertRegexpMatches with assertRegex
  * Moved -t parameter for visibility
  * Move OpenStack client to test-requirements
  * OSC plugin for orchestration template validate
  * Use stack.get for resolving outputs for old API
- update _service and switch to upstream spec template
* Wed Jul 13 2016 tbechtold@suse.com
- update to 1.1.0:
  * Updated from global requirements
  * Fix regression handling relative paths in environment
  * Update .gitreview for stable/mitaka
  * Use poll_for_events for "openstack stack delete"
  * Add OSC plugin for openstack orchestation service list
  * Add OSC plugin for openstack orchestation build info
  * Strip any whitespace before checking for json
  * Add OSC plugin for stack resource mark unhealthy
  * Implement stack event list --follow
  * Replace assertEqual(None, *) with assertIsNone
  * Prompt user before deleting stack if tty
  * Add more readonly openstack client funcitonal tests
  * Use poll_for_events for "openstack stack <action>"
  * Use poll_for_events for "openstack stack adopt"
  * Use poll_for_events for "openstack stack update"
  * Use poll_for_events for "openstack stack create"
  * poll_for_events fall back to stack get
  * Fix collision with update and update cancel
  * Update OSC metavars
  * OpenstackClient plugin for software deployment output show
  * Move poll_for_events to event_utils
  * Adds --filter to search for resources
  * Stack resource search
  * OpenstackClient plugin for software deployment metadata show
  * Add stack hook poll and clear to openstack client
  * OpenstackClient plugin for deployment create
  * Remove the only-value flag of output-show
  * Changes to support server-side environment resolution
  * OSC plugin for stack snapshot delete
  * OSC plugin for stack snapshot create
  * Use yaml.safe_load() instead of yaml.load()
  * Use oslo.utils.reflection to extract class name
  * Add OpenstackClient plugin for software deployment show
  * Add openstack client stack snapshot restore
  * Add openstack client stack resource signal
  * OSC plugin for stack resource show and list
  * OpenstackClient plugin for event list
  * OpenstackClient plugin for event show
  * OpenstackClient plugin for stack delete
  * Fix resource_type osc entrypoint
  * OSC plugin for software config show
  * Add openstack cli stack actions
  * Add openstack client resource type list and show
  * OSC plugin for stack snapshot show
  * Add openstack client software config create
  * OpenstackClient plugin for template show
  * OpenStackClient plugin for stack output list
  * OpenstackClient plugin for stack output show
  * Add openstack client software config list
  * Add openstack client stack resource metadata show
  * Adds ignore_errors for template-validate command
  * Add heat client support for Resource set health
  * Sort osc command entry points
  * OpenstackClient plugin for template function list
  * OpenstackClient plugin for template version list
  * Add OpenstackClient plugin for software deployment list
  * Add openstack client software config delete
  * OpenstackClient plugin for stack abandon
  * OpenstackClient plugin for stack adopt
  * OpenstackClient plugin for software deployment delete
  * Add openstack client stack basic funtion tests
  * Remove incorrectly used "# flake8: noqa"
  * Update translation setup
  * Edit backslashes for lines continuations
  * Raise CommandError when Any of stack/deployment/config delete failed
  * Ignore restricted_actions key
  * Add formatters for 'tags' in method _do_stack_show
  * Enable osc extension in setup.cfg
  * Disable osc extension for 0.9.0 release
  * Remove argparse from requirements
  * Add openstack client stack snapshot list
  * Add --dry-run option to openstack stack create
  * Include keystone message when authentication failed
  * Add show_nested support to update --dry-run
  * Update template_utils to support object env's
  * Improve "openstack stack create --wait" help message
  * OpenstackClient plugin for stack update
  * OpenstackClient plugin for stack create
  * Validate for empty file for stack-adopt
  * Misspelling in message
  * Add resolve_outputs parameter to stack get method
  * Allow event specification in the environment
  * Add debug testenv in tox
  * Replace deprecated library function os.popen() with subprocess
  * Update --template-object to support nested stacks
  * Added -P support to template-validate
  * Fix error message on authentication failure
  * Change LOG.warn to LOG.warning
  * use keystoneclient exceptions instead of oslo-incubator code
  * Resolve outputs from stack object
  * Use stack lookup for getting stack name/id
  * Replace assertEqual(None, *) with assertIsNone in tests
  * Removes MANIFEST.in as it is not needed explicitely by PBR
  * Fix Resource.__eq__ mismatch semantics of object equal
  * remove py26 specific code from heatclient
  * Deprecated tox -downloadcache option removed
  * remove py26 support tag in setup.cfg
  * Add JsonFormat display option
  * Remove py26 support
  * Delete python bytecode before every test run
  * Enable pep8 E123 test
  * Enable pep8 E126 test
  * Enable pep8 E128 test
  * Enable pep8 E265 test
  * Enable pep8 E241 test
  * Enable pep8 E713 test
  * Use six.iteritems() instead of iter(XXX.items())
  * Fix error when listing stacks
  * OpenStack typo
  * Enable pep8 H202 test
  * Enable pep8 H238 test
  * Enable pep8 H405 tests
  * Add output API calls implementations
  * Refine event_log_formatter output
  * Last sync from oslo-incubator
  * Delete the corresponding config when deleting a deployment
  * OpenStackClient plugin for stack list
  * Fix environment files parsing bug for stack-adopt
  * Support to list software configs
  * Ignore .eggs
  * OpenStackClient plugin for stack show
  * Fix error in stack-list metadata
  * improve readme content
  * Add option for detailed template error
  * Add standard code coverage configuration file
  * Add PATCH support for stack-update --dry-run
  * Fix the bug when showing event in log format
- Adjust Requires
- Add 0001-Fix-doc-build-if-git-is-absent.patch
* Sat Sep 19 2015 tbechtold@suse.com
- update to 0.8.0:
  * stack-update -x tolerate no template
  * Ability to specify show_nested for template validation
  * Fix deployment create error when using  existing config
  * Fix stack sorting support
  * Enable filters for heat resource-type-list
  * Modify test templates and the path to subunit2html
  * Add CLI option for update dry-run
  * Add py34 env to default tox run