File python-heatclient.changes of Package python-heatclient

-------------------------------------------------------------------
Tue Sep 19 14:31:23 UTC 2017 - cloud-devel@suse.de

- update to version 1.5.2
  - handle empty sections in environment files
  - Build event stack_name from links
  - Don't resolve outputs when polling events

-------------------------------------------------------------------
Thu Sep 29 14:50:38 UTC 2016 - tbechtold@suse.com

- Use global-requirements for stable/newton in _service

-------------------------------------------------------------------
Mon Sep 26 12:56:35 UTC 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 15:39:01 UTC 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 14:58:50 UTC 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 07:01:26 UTC 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

-------------------------------------------------------------------
Mon Sep 14 09:42:08 UTC 2015 - tbechtold@suse.com

- update to 0.7.0:
  * Fix a nit in resource-list help
  * Replace deprecated function
  * Updated from global requirements
  * Improve the format hint of -Pf option
  * Support tags parameter for stack-preview
  * Do not show snapshot data when doing snapshot-list
  * Updated from global requirements
  * Poll functionality for stack create action
  * Updated from global requirements
  * Use Heat resource to validate resource_type_show
  * Update python3 classifiers
  * Updated from global requirements
  * Updated from global requirements
  * add with_detail parameter in heat resource-list request
  * Fix docstrings and add missing
  * Add missing `deployment-list` to cli
  * Updated from global requirements
  * Support 'with_attr' parameter for resource-show
  * Updated from global requirements
  * New mock release(1.1.0) broke unit tests
  * Fix error when creating deployment from cli
  * Add support for template-function-list command
  * Fix TypeError when call keystoneclient session.request()
  * Add support for template-version-list command
  * Add tests for SessionClient
  * Updated from global requirements
  * Move SessionClient from HTTPClient to adapter
  * resource-list --nested-depth stack_name column
  * Fix argument order for assertEqual
  * Updated from global requirements
  * Fixed VerifyAll() when test case does ReplayAll()
  * Updated from global requirements
  * Move test_event_utils.py module to unit directory
  * Add first pass at post_test_hook for functional
  * cleanup openstack-common.conf and sync updated files
  * Move usage methods *_request to get/post/etc
  * Updated from global requirements
  * Add functional tests from Tempest
  * Update hacking version to fix pep8 gate job
  * Adds --format=log option to event-list
  * Add --tags option to stack-create and stack-update
  * Add stack tag filtering options to stack-list
  * Add OS_TEST_PATH to testr
  * Move unittests to subdir unit
  * Updated from global requirements
  * Make hook type optional for hook-clear
  * Refactor common event code into event_utils module
  * Add hook-poll function to check if a stack has pending hooks
  * Work around pypy testing issue
  * Implement --limit option for event-list with --nested-depth
  * event-list marker, only slice when needed
  * Add option to show hidden stacks in stack-list
  * Add an option to generate template based on resource type
  * Updated from global requirements
  * Implement --marker for event-list --nested-depth
  * Fix sort column for event-list with nested-depth
  * Unit tests for stack actions
  * correction in function names under test_resource
  * Uncap library requirements for liberty
  * Add --nested-depth option to event-list
  * Make README.rst comply with expected format
  * Remove the deprecated shell commands
- Adjust Requires according to requirements.txt
- Add python_requires to _service file

-------------------------------------------------------------------
Wed Aug  5 16:57:36 UTC 2015 - dmueller@suse.com

- add %name-rpmlintrc

-------------------------------------------------------------------
Fri Apr 24 12:10:22 UTC 2015 - tbechtold@suse.com

- Use %{version} in source

-------------------------------------------------------------------
Thu Apr 23 20:19:38 UTC 2015 - tbechtold@suse.com

- Switch to version 0.4.0

-------------------------------------------------------------------
Tue Apr 21 23:35:24 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.4.0.post5:
  * correction in function names under test_resource

-------------------------------------------------------------------
Sat Apr 18 23:35:27 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.4.0.post4:
  * Uncap library requirements for liberty

-------------------------------------------------------------------
Fri Apr 10 00:32:57 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.4.0.post3:
  * Make README.rst comply with expected format

-------------------------------------------------------------------
Wed Apr  8 00:32:27 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.4.0.post1:
  * Remove the deprecated shell commands
  0.4.0

-------------------------------------------------------------------
Thu Apr  2 00:27:47 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post23:
  * Parse nested files if they are template
  * Fix test class names

-------------------------------------------------------------------
Wed Apr  1 00:27:46 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post19:
  * Add wildcard support to hook-clear
  * Add options for setting and clearing of hooks
  * Add option for heatclient to accept parameter value from file

-------------------------------------------------------------------
Sat Mar 28 01:20:57 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post16:
  * Sync with oslo_incubator

-------------------------------------------------------------------
Wed Mar 25 01:45:54 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post14:
  * Migrate to new oslo_xxx namespace

-------------------------------------------------------------------
Mon Mar 23 01:39:17 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post13:
  * Updated from global requirements

-------------------------------------------------------------------
Wed Mar 18 01:48:19 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post12:
  * Implement deployment-create

-------------------------------------------------------------------
Wed Mar 11 01:50:55 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post11:
  * Implement deployment-output-show

-------------------------------------------------------------------
Thu Mar  5 01:51:30 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post10:
  * Make ; parsing optional in format_parameters
  * Updated from global requirements

-------------------------------------------------------------------
Wed Mar  4 01:52:12 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post7:
  * Fix SessionClient error when endpoint=None

-------------------------------------------------------------------
Sat Feb 21 00:35:22 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post6:
  * Sort event-list by oldest first

-------------------------------------------------------------------
Thu Feb 19 00:35:19 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post4:
  * Fix non-working endpoint type argument

-------------------------------------------------------------------
Sat Feb 14 00:35:22 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.3.0.post3:
  * Updated from global requirements
  * Updates heat.rst with 'service-list
  0.3.0

-------------------------------------------------------------------
Tue Feb 10 01:21:55 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post70:
  * Adds CLI heat service-list

-------------------------------------------------------------------
Sat Feb  7 01:23:33 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post68:
  * Format attributes as JSON in resource-show output

-------------------------------------------------------------------
Thu Feb  5 01:17:17 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post66:
  * Add adopt/abandon description to heat manual

-------------------------------------------------------------------
Wed Feb  4 01:27:31 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post65:
  * Fix different behavior in python3.4 json module

-------------------------------------------------------------------
Thu Jan 29 01:02:58 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post64:
  * Updated from global requirements
  * Add CLI commands to interact with software-config
  * output-show format by json or raw

-------------------------------------------------------------------
Thu Jan 15 01:02:22 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post59:
  * CLI: Add --all option to output-show command
  * Removed http proxy environment variable so that httpretty can work
  * Updated from global requirements

-------------------------------------------------------------------
Fri Jan  9 01:01:34 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post55:
  * Replace httpretty with requests-mock

-------------------------------------------------------------------
Thu Jan  8 01:00:46 UTC 2015 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post54:
  * Fix passing an object url to the heat CLI
  * Cleanup shell tests

-------------------------------------------------------------------
Fri Dec 26 01:02:17 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.post51:
  * Add transtlation markers for log messages

-------------------------------------------------------------------
Mon Dec 15 00:58:37 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.49.gd6d5197:
  * Add transtlation markers for error messages
  * Add transtlation markers for help messages

-------------------------------------------------------------------
Sat Dec 13 00:59:27 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.45.g892d423:
  * Updated from global requirements

-------------------------------------------------------------------
Fri Dec 12 00:58:42 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.44.g49d1448:
  * Curl statements to include globoff for IPv6 URLs

-------------------------------------------------------------------
Thu Dec 11 00:56:48 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.42.gad63852:
  * Initial setup for i18n support
  * Show the creation_time for stack snapshot list
  * Workflow documentation is now in infra-manual
  * Add support for parameter_defaults in environment

-------------------------------------------------------------------
Sat Dec  6 00:58:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.34.g9fffbd8:
  * Remove remaining deprecated oslo-incubator modules

-------------------------------------------------------------------
Fri Dec  5 00:59:04 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.33.g0e93da5:
  * Convert importutils to oslo.utils

-------------------------------------------------------------------
Wed Dec  3 00:59:37 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.32.g5e9e651:
  * Updated from global requirements
  * Convert strutils to oslo.utils.encodeutils

-------------------------------------------------------------------
Fri Nov 28 00:38:56 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.28.gd0b0270:
  * Fix H302 errors

-------------------------------------------------------------------
Tue Nov 25 00:38:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.27.g78af7de:
  * Implement restore operation
  * Implement snapshot operations

-------------------------------------------------------------------
Thu Nov 20 15:11:47 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.23.ge6949d0:
  * Updated from global requirements

-------------------------------------------------------------------
Sat Nov 15 00:47:49 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.22.g59a2e3d:
  * Move to oslo.serialization

-------------------------------------------------------------------
Wed Nov 12 00:49:43 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.20.gca403cc:
  * Tests work fine with random PYTHONHASHSEED
  * Updated from global requirements
  * Remove _ from builtins
  * Fix template_utils tests for Python 3.4

-------------------------------------------------------------------
Thu Oct 30 01:09:41 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.14.g73692bb:
  * Fix event tests for Python 3.4
  * Fix shell tests for Python 3.4
  * Allow mock-based patching in shell tests

-------------------------------------------------------------------
Mon Oct 27 17:32:59 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.11.g49d000c:
  * Make sure the --heat-url option is respected
  * Put a cap on our cyclomatic complexity
  * Pass auth_url if os_no_client_auth specified

-------------------------------------------------------------------
Mon Oct 13 23:43:46 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.6.g3d402d4:
  * Updated from global requirements

-------------------------------------------------------------------
Sat Oct 11 00:06:59 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.5.g0d5ad3f:
  * Updated from global requirements
  * Fixed null str returned for incorrect parameter

-------------------------------------------------------------------
Fri Oct 10 00:07:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.12.1.g21bee9e:
  * Remove extraneous vim editor configuration comments
  0.2.12

-------------------------------------------------------------------
Fri Sep 26 00:11:59 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.11.6.g6089d31:
  * Add a required 'args' to do_list()
  * Client supports check action

-------------------------------------------------------------------
Thu Sep 25 08:03:51 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.11.4.g346e163:
  * Add a required 'args' to do_list(

-------------------------------------------------------------------
Tue Sep 23 00:21:44 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.11.3.g21b81cc:
  * Fix stack update for Python API

-------------------------------------------------------------------
Mon Sep 22 00:20:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.11.1.g5b98523:
  * Updated from global requirements

-------------------------------------------------------------------
Sat Sep 20 00:33:11 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.11:
  0.2.11
  * Add 'cancel_update' action and command
  * Updated from global requirements

-------------------------------------------------------------------
Fri Sep 19 00:34:33 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.51.gd79f5b8:
  * Add stack-update argument for reset parameters
  * Add stack-update argument for patching parameters
  * Add support for OSprofiler
  * Stop using intersphinx

-------------------------------------------------------------------
Thu Sep 18 00:32:05 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.43.gc29f12a:
  * Display stack owner info on stack-list

-------------------------------------------------------------------
Wed Sep 17 00:33:37 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.42.g3a05689:
  * Reuse existing disable_rollback in stack-update
  * warn against sorting requirements

-------------------------------------------------------------------
Tue Sep 16 00:31:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.38.gf27a357:
  * Add --show-nested option to stack-list

-------------------------------------------------------------------
Sun Sep 14 00:40:39 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.36.g95841b5:
  * handles keyboard interrupt

-------------------------------------------------------------------
Fri Sep 12 00:42:13 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.34.g407a699:
  * Re-add keystone v3 auth with fixes
  * Template is not required on stack-adopt

-------------------------------------------------------------------
Wed Sep 10 00:40:12 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.31.gf826bd6:
  * output-file option in stack-abandon

-------------------------------------------------------------------
Thu Aug 28 00:01:19 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.30.g4bc53ac:
  * Handle upper cased endpoints (bnc#899545)
  * Remove unused/mutable default args
  * Don't expose X-Auth-Token in heat CLI

-------------------------------------------------------------------
Wed Aug 27 00:00:35 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.24.g8fe0c09:
  * Update stack-preview usage text

-------------------------------------------------------------------
Tue Aug 26 00:00:46 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.22.g949d7d8:
  * Updated from global requirements

-------------------------------------------------------------------
Sun Aug 24 00:00:27 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.21.g8435e19:
  * Removed undefined method in install_env.py file
  * Add support for multiple environment files

-------------------------------------------------------------------
Sat Aug 23 00:01:12 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.17.g7bbd75f:
  * Added timeout and rollback params in stack-preview

-------------------------------------------------------------------
Thu Aug 21 12:33:59 UTC 2014 - tbechtold@suse.com

- Update to version python-heatclient-0.2.10.15.gb787a3b:
  * Add nested-depth option to resource-list
  * Update theme for docs
  * Add a tox job for generating docs
- Add python-oslosphinx as BuildRequires according to test-requirements.txt

-------------------------------------------------------------------
Wed Jul 30 00:31:53 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.9.g3985302:
  * Add rel field to links display

-------------------------------------------------------------------
Tue Jul 29 00:34:36 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.7.g42c5096:
  * Revert "Add keystone v3 auth support"

-------------------------------------------------------------------
Fri Jul 25 00:20:09 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.6.g6eb4562:
  * Implement events pagination, sorting and filtering

-------------------------------------------------------------------
Tue Jul 22 00:20:54 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.5.ga98c1f3:
  * Add keystone v3 auth support

-------------------------------------------------------------------
Thu Jul 17 00:06:47 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.4.g47232fa:
  * Deprecate misleading cli command 'resource-template'

-------------------------------------------------------------------
Mon Jul  7 23:37:22 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10.3.g520a824:
  * Show physical_resource_id in resource-list
  * Fix the section name in CONTRIBUTING.rst

-------------------------------------------------------------------
Fri Jun 27 11:48:55 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.10:
  0.2.10
  * Improve --debug logging output
  * Fix unicode display in parameters

-------------------------------------------------------------------
Wed Jun 25 23:51:02 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.37.ga116890:
  * Do not set up logging handler in http
  * Updated from global requirements

-------------------------------------------------------------------
Fri Jun 13 23:43:36 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.35.g93dcf95:
  * Append extra space after command in bash_completion
  * Removed now unnecesary workaround for PyPy
  * Don't allow "propagate" of heatclient logger
  * Add option to show soft-deleted stacks in stack-list
  * Remove no use option parameters for template-validate
  * Let server order event-list

-------------------------------------------------------------------
Wed Jun 11 00:12:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.23.g422554b:
  * Add shell arguments for stack update

-------------------------------------------------------------------
Wed May 28 00:39:25 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.21.gc29e863:
  * Client should support stack-list for global scope
  * Mark heatclient as being a universal wheel

-------------------------------------------------------------------
Wed May 21 23:42:28 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.17.g94d10f9:
  * Fix empty resource list index out of range error
  * Add code coverage in resource list test

-------------------------------------------------------------------
Sat May 10 00:35:35 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.13.g5a78fdf:
  * fixed typos found by RETF rules

-------------------------------------------------------------------
Wed Apr 30 00:04:54 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.12.gaa36040:
  * Heat client does not support OS_CACERT option

-------------------------------------------------------------------
Fri Apr 18 00:42:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.10.g27b1ab9:
  * Add a description of how stack-abandon works

-------------------------------------------------------------------
Tue Apr 15 23:39:02 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.8.gf0fdb3e:
  * Remove unused arguments for stack-preview command
  * Use correct order of arguments to assertEqual

-------------------------------------------------------------------
Mon Apr 14 23:39:03 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.9.4.gde2df06:
  0.2.9
  * Deprecate preview --create-timeout in favor of --timeout
  * Sync oslo incubator

-------------------------------------------------------------------
Sun Apr 13 23:39:00 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.49.g2efd2e5:
  * Updated from global requirements

-------------------------------------------------------------------
Sat Apr 12 23:38:58 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.48.g4ea6a6d:
  * Process provider templates for included files

-------------------------------------------------------------------
Fri Apr  4 08:11:26 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.47.g2f07742:
  * Support Python 3
  * Python 3: fix test_template_utils.py
  * Python3: fix a bytes/str issue

-------------------------------------------------------------------
Wed Apr  2 23:40:29 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.42.gf42c1c9:
  * Python 3: decode bytes before feeding them to jsonutils.loads()

-------------------------------------------------------------------
Tue Apr  1 23:41:34 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.40.gdd10b2b:
  * Skip timeout_mins when not specify

-------------------------------------------------------------------
Mon Mar 31 23:41:28 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.38.g13b4f82:
  * Resolve files in resource types

-------------------------------------------------------------------
Wed Mar 26 01:50:35 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.36.g53b581f:
  * get_file: encode non utf-8 encoding files via base64
  * get_file: do not read same url once again
  * Do not use the '+' operation with dict_items()
  * Updated from global requirements

-------------------------------------------------------------------
Tue Mar 25 01:50:38 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.29.g508b6bb:
  * Using common methods from oslo cliutils
  * Output warnings for deprecated commands
  * Python 3: Fix YamlEnvironmentTest tests
  * Sort requirement files in alphabetical order

-------------------------------------------------------------------
Sat Mar 22 01:48:03 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.21.g644d148:
  * Add new tests to cover most of the requests port
  * Pass bytes to NamedTemporaryFile.write()

-------------------------------------------------------------------
Fri Mar 21 01:53:15 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.17.g8a51be6:
  * Add stack-preview support
  * Workaround failing pypy gate job
  * Remove dependent module py3kcompat
  * Oslo: sync strutils
  * Modify stack ID lookup to only use stacks:lookup

-------------------------------------------------------------------
Wed Mar 19 17:18:40 UTC 2014 - dmueller@suse.com

- install bash_completion for heat 

-------------------------------------------------------------------
Sat Mar 15 00:43:06 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.8.g7e265ec:
  * Add timeout option to stack-update
  * Deprecate create/adopt --create-timeout in favor of --timeout
  * Remove unused versions define in template_format.py
  * Python3: fix test_stack_list_with_args()

-------------------------------------------------------------------
Thu Mar 13 01:21:37 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.2.g3809893:
  * Rename --timeout global option and make it work

-------------------------------------------------------------------
Thu Mar  6 00:53:01 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.8.1.gaa30e46:
  * Enable --help for each command
  0.2.8

-------------------------------------------------------------------
Sun Mar  2 01:26:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.7.34.gb048b1a:
  * Do not use the '+' operation dict_items()
  * Remove None for dict.get()
  * Update apiclient.base and reuse new functional

-------------------------------------------------------------------
Sat Mar  1 00:39:10 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.7.28.ga9f321e:
  * Expand get_file using to template scope
  * "version" section should be required in template
  * Replace try...except with assertRaises

-------------------------------------------------------------------
Wed Feb 26 01:39:05 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.7.22.g7083897:
  * Updated from global requirements
  * Improve help strings
  * Fixed incorrect indentation in the tests
  * Don't use request builtin redirect for any methods

-------------------------------------------------------------------
Tue Feb 25 01:13:46 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.7.15.g55ad4b7:
  * Support the native signal API
  * Python3: fix bytes/str issues

-------------------------------------------------------------------
Fri Feb 21 00:39:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.7.11.g60f3de4:
  * add output-list and output-show
  * Adding stack-adopt support to python-heatclient
  0.2.7
  * Only call decode() on bytes
  * Do not use the '+' operation dict_items()
  * get_file_contents: use six.itervalues() instead of dict.itervalues()
  * Improve help strings

-------------------------------------------------------------------
Wed Feb 19 00:39:11 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.6.117.g1dabd8c:
  * REST method to fetch deployments metadata for a server
  * Make POST/PUT redirects use original methods
  * Decode all headers before logging curl commands
  * Python3: use six.iteritems() rather than dict.iteritems()

-------------------------------------------------------------------
Tue Feb 18 00:47:12 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.6.109.gaa1f09e:
  * Add support for software config resources
  * Fixes environment file using correct YAML format
  * Add optional args arg back to do_list

-------------------------------------------------------------------
Fri Feb 14 08:23:50 UTC 2014 -  cloud-devel@suse.de

- Update to version python-heatclient-0.2.6.104.g42099da:
  * normalise_file_path_to_url: use urlutils.pathname2url

-------------------------------------------------------------------
Thu Feb 13 14:17:39 UTC 2014 - dmueller@suse.com

- fix requires 

-------------------------------------------------------------------
Tue Feb 11 15:47:45 UTC 2014 - speilicke@suse.com

- Update to version python-heatclient-0.2.6.103.g448d303:
  + python-heatclient stack-abandon support
  + Add more default CA paths
  + Port to python requests
  + Enable default in bash completion
  + Allow environment to not have resource_registry
  + Add filter option to stack-list
  + Add pagination (limit and marker) to stack-list
  + Populate files with content from get_file function calls
  + Enable hacking H233 rule
  + Configure logging regardless of debug flag
- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)

-------------------------------------------------------------------
Tue Feb  4 00:36:26 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.84:
  + Fix order of arguments in assertEqual

-------------------------------------------------------------------
Fri Jan 31 01:14:26 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.83:
  + Pass empty dict not None for empty environment

-------------------------------------------------------------------
Wed Jan 29 01:38:10 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.82:
  + Remove unused method 'string_to_bool' from utils
  + Updated from global requirements
  + Add support for build info API

-------------------------------------------------------------------
Mon Jan 27 00:46:23 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.76:
  + Remove dependencies on pep8, pyflakes and flake8
  + Refactor environment functions in preparation for get_file

-------------------------------------------------------------------
Fri Jan 24 13:09:00 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.72:
  + Use template_format.parse for local stack parsing
  + reconcile prepare_environment_file/url into one funtion
  + Raise traceback on error when using CLI and -debug
  + Copy run_test.sh from heat repo
  + Move environment and template file functions to own module
  + Test coverage of empty environment
  + Improve and unit-test template contents fetching

-------------------------------------------------------------------
Mon Jan 20 01:31:58 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.58:
  + Move template_format from heat to heatclient
  + Fetch environment from fields rather than function arg

-------------------------------------------------------------------
Sat Jan 18 01:23:08 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.54:
  + Fix comparison with singletons
  + Use assertRaises instead of try/except/else

-------------------------------------------------------------------
Fri Jan 17 00:40:55 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.50:
  + Remove unused common.base module

-------------------------------------------------------------------
Thu Jan 16 11:57:51 UTC 2014 - dmueller@suse.com

- fix requires  

-------------------------------------------------------------------
Thu Jan 16 01:18:30 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.48:
  + Add to_dict() method to Resource class
  + Update variable name in test_shell.py
  + Fix some trivial py3 errors
  + Sync strutils from oslo

-------------------------------------------------------------------
Fri Jan 10 11:38:26 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.40:
  + Added API reference document
  + Remove vim header
  + Enable deleting multiple stacks with single call
  + Remove ununsed httplib2 requirement

-------------------------------------------------------------------
Thu Jan  9 00:41:40 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.32:
  + Updates .gitignore

-------------------------------------------------------------------
Wed Jan  8 01:39:58 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.30:
  + Increase test_resources coverage

-------------------------------------------------------------------
Tue Jan  7 01:40:18 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.28:
  + Fix help formatting for resource-template

-------------------------------------------------------------------
Mon Jan  6 01:02:06 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.26:
  + Sort resource-type-list output

-------------------------------------------------------------------
Sat Jan  4 01:10:42 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.24:
  + Fixed typo error OS_IMAGE_URL
  + Wrapped some long lines

-------------------------------------------------------------------
Thu Jan  2 18:43:39 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.22:
  + Fix inappropriate error message on event-list

-------------------------------------------------------------------
Sat Dec 21 00:55:39 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.21:
  + Allow the environment file to be specified via URL
  + Show better error when json fail to parse template

-------------------------------------------------------------------
Fri Dec 20 01:20:00 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.17:
  + Sync base and exceptions from oslo
  + Reuse BaseManager and Resource from oslo

-------------------------------------------------------------------
Wed Dec 18 01:14:41 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.13:
  + Supports bash_completion for heatclient
  + Misc typos in Heat client

-------------------------------------------------------------------
Tue Dec 17 01:28:55 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.11:
  + Deprecate mox in favor of mox3
  + Use jsonutils from oslo incubator

-------------------------------------------------------------------
Mon Dec 16 01:15:35 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.7:
  + Updated from global requirements
  + Updates tox.ini to use new features

-------------------------------------------------------------------
Sat Dec 14 00:44:50 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.3:
  + Add support for resource_types

-------------------------------------------------------------------
Wed Dec 11 01:37:59 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.2:
  + Replace inheritance hierarchy with composition

-------------------------------------------------------------------
Sat Dec  7 00:58:32 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.6.1:
  + Change ID column of Event table to UUID

-------------------------------------------------------------------
Fri Dec  6 10:19:19 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.54:
  + Fix i18n error when resource-name is non-english
  + Add --include-pass option for grizzly backwards compat
  + Add back --token-only for invocation compatibility

-------------------------------------------------------------------
Wed Dec  4 00:36:05 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.50:
  + Revert "Don't call credentials_headers() twice"

-------------------------------------------------------------------
Fri Nov 29 01:25:26 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.49:
  + use correct url on Windows platform
  + Fix shell operation with --os-auth-token
  + test_shell test current not deprecated options
  + Make tokens work with --os-no-client-auth
  + Honor endpoint_type when requesting keystone for a token

-------------------------------------------------------------------
Thu Nov 28 01:00:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.39:
  + Pass only tenant name or ID to keystoneclient
  + Cleanup exc.verbose after tests
  + Use fixtures for all shell environment variables
  + Don't call credentials_headers() twice

-------------------------------------------------------------------
Wed Nov 27 01:16:23 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.35:
  + Remove --token-only option, it does nothing

-------------------------------------------------------------------
Tue Nov 26 00:40:24 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.34:
  + Revert "heatclient is not working with os-auth-token"

-------------------------------------------------------------------
Mon Nov 25 14:21:08 UTC 2013 - dmueller@suse.com

- switch to python-setuptools 

-------------------------------------------------------------------
Sun Nov 24 01:05:18 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.32:
  + Updated from global requirements

-------------------------------------------------------------------
Thu Nov 21 01:08:48 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.30:
  + Encode output for fixing UnicodeDecodeError

-------------------------------------------------------------------
Wed Nov 13 01:03:10 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.29:
  + Add a basic man page for heat

-------------------------------------------------------------------
Tue Nov 12 01:31:56 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.28:
  + heatclient is not working with os-auth-token

-------------------------------------------------------------------
Sat Nov  9 01:29:34 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.26:
  + Returning the json body after a stack-create or stack-update

-------------------------------------------------------------------
Sat Nov  2 00:49:20 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.25:
  + Add a contibuting section to index.rst
  + Add a top level introduction to the index

-------------------------------------------------------------------
Fri Nov  1 00:41:29 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.21:
  + Add doc/Makefile to help with building docs
  + Resync doc/source/conf.py from heat for consistency
  + Remove the release notes as it is not maintained here

-------------------------------------------------------------------
Thu Oct 31 00:48:35 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.15:
  + Print a more correct error with event-show

-------------------------------------------------------------------
Sat Oct 26 00:08:45 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.14:
  + Fix the testname of scenario

-------------------------------------------------------------------
Wed Oct 23 23:30:26 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.13:
  + Import urlutils from openstack common
  + Use the six library for compatability
  + Transform print statement to print function
  + Replace urllib/urllib2 with urlutils
  + remove python 2.5 support for parse_sql
  + align the order of parameters for urlencode()

-------------------------------------------------------------------
Fri Oct 18 00:13:41 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.6:
  + Replace mox with mox3
  + Import httplib from six.moves
  + Updated from global requirements

-------------------------------------------------------------------
Mon Oct 14 12:55:41 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.3:
  + Allow env registry paths to be relative to env file

-------------------------------------------------------------------
Tue Oct  8 13:01:41 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.5.1:
  + Updated from global requirements

-------------------------------------------------------------------
Fri Sep 27 23:40:56 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.23:
  + Allow -P to be invoked multiple times

-------------------------------------------------------------------
Thu Sep 26 12:08:59 UTC 2013 - dmueller@suse.com

- fix requires 

-------------------------------------------------------------------
Thu Sep 19 23:52:33 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.21:
  + Replace OpenStack LLC with OpenStack Foundation

-------------------------------------------------------------------
Thu Sep 19 19:46:41 UTC 2013 - dmueller@suse.com

- fix requires 

-------------------------------------------------------------------
Thu Sep 12 00:12:30 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.20:
  + Support --version for heatclient
  + Stack instance identifier property
  + Add handler for heatclient.common.http

-------------------------------------------------------------------
Thu Sep  5 00:08:57 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.15:
  + Added support for running the tests under PyPy with tox
  + Fix and enable Hacking H501 warning
  + Be backward compatible after a renaming in API

-------------------------------------------------------------------
Wed Aug 28 23:57:59 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.10:
  + Add X-Region-Name parameter in HTTP request

-------------------------------------------------------------------
Tue Aug 27 00:01:23 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.8:
  + Rename event logical_resource_id to resource_name

-------------------------------------------------------------------
Mon Aug 26 00:02:10 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.7:
  + Do not obscure Unauthorized error messages

-------------------------------------------------------------------
Sat Aug 24 00:08:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.5:
  + Apply OS_REGION_NAME for endpoint selection

-------------------------------------------------------------------
Wed Aug 14 00:07:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.4:
  + Generate a template from a resource

-------------------------------------------------------------------
Sat Aug 10 11:08:17 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.2:
  + Fix heat event list sorted order incorrect

-------------------------------------------------------------------
Thu Aug  8 14:40:37 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.4.1:
  + Updated from global requirements

-------------------------------------------------------------------
Wed Aug  7 23:49:59 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.15.g2c05c73:
  + Add mock as a test requirement
  + Fix Stack instance delete method
  + Custom Stack get method to avoid lookup redirects
  + Do not paginate stack list unless page_size is set
  + Remove unused Stack data method

-------------------------------------------------------------------
Tue Aug  6 23:52:13 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.10.g9104cb0:
  + Sync with global requirements

--------------------------------------------------------------------
Mon Aug  5 21:15:56 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.9.g529d429:
  + Implement Stack status and action properties

--------------------------------------------------------------------
Tue Jul 30 14:52:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.8.gcae2c0f:
  + Parse error object (in json format) returned by heat-api

--------------------------------------------------------------------
Mon Jul 22 23:46:33 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.6.ge5d68a4:
  + Validate heat url is supplied for --os-no-client-auth.
  + Set credentials headers if there is no auth token.

--------------------------------------------------------------------
Wed Jul 17 10:19:32 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.3.2.ga49cf4c:
  + Make the parameter checking consistent.
  + Only set X-Auth-User, X-Auth-Key on stack create/update.
  + Display yaml format for stack deployed via hot template
  + Cleanup in preperation for release.

-------------------------------------------------------------------
Mon Jul 15 07:23:08 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.37.gff2033a:
  + Raise requirements to be in sync with OpenStack/Requirements
  + Rename README.md to README.rst

-------------------------------------------------------------------
Sun Jul 14 16:09:38 UTC 2013 - dmueller@suse.com

- move heat client to main package 

-------------------------------------------------------------------
Thu Jul 11 23:48:23 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.34.ga4208dc:
  + Fix "heat validate" (add needed environment option)

-------------------------------------------------------------------
Thu Jul 11 08:23:29 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.32.gcb5b027:
  + Update upper bound of keystoneclient version.

-------------------------------------------------------------------
Fri Jul  5 13:10:22 UTC 2013 - dmueller@suse.com

- update requires 

-------------------------------------------------------------------
Wed Jul  3 23:50:16 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.31.g9cba3da:
  + Add support for suspend/resume actions
  + Unit tests for pretty table special formatters.
  + Format resource required_by in resource-show.

-------------------------------------------------------------------
Sun Jun 30 23:49:20 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.26.g7774ac3:
  + Upload provider templates referenced in the environment.

--------------------------------------------------------------------
Thu Jun 27 23:47:48 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.25.ga77fd13:
  + Fix all the pep8  E* and F* errors.
  + Fix all but H302 hacking rules.

-------------------------------------------------------------------
Thu Jun 27 09:59:00 UTC 2013 - speilicke@suse.com

- Only depend on python-discover on SLE, it's a Python-2.6 feature
  backport

--------------------------------------------------------------------
Wed Jun 26 14:21:44 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.23.g61ce603:
  + Fix various smaller pep8 issues

--------------------------------------------------------------------
Mon Jun 17 00:06:17 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.22.gf524528:
  + flake8 ignore build directory.
  + Stop passing path to VerifiedHTTPSConnection

-------------------------------------------------------------------
Wed Jun 12 09:51:13 UTC 2013 - dmueller@suse.com

- fix test requires 

--------------------------------------------------------------------
Wed Jun 12 09:22:33 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.19.g0e559f5:
  + Remove explicit distribute depend.
  + Include .testr.conf in source tarball

--------------------------------------------------------------------
Tue Jun 11 09:31:07 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.16.g5f3e7ef:
  + Use Python 3.x compatible except: construct

--------------------------------------------------------------------
Fri Jun  7 23:34:46 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.14.gb1eab17:
  + Add support for environment files

--------------------------------------------------------------------
Mon Jun  3 23:34:50 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.12.g6aeb099:
  + Migrate to testr from nose.

--------------------------------------------------------------------
Sun Jun  2 23:34:46 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.10.g9b1ce21:
  + Fixes text split for parameters

--------------------------------------------------------------------
Wed May 29 00:03:27 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.9.g2e6e49f:
  + Move requirements files to standard names.
  + Move tests into package dir.
  + Migrate test base classes to testtools.

-------------------------------------------------------------------
Mon Mar 18 10:43:21 UTC 2013 - speilicke@suse.com

- Drop +git.$TIMESTAMP.$COMMITHASH version suffix

--------------------------------------------------------------------
Mon Mar 11 10:04:50 UTC 2013 - cloud-devel@suse.de

- Update to version 0.2.0+git.1362996290.841ded0:
  + Remove warlock from pip-requires as it is not used

--------------------------------------------------------------------
Tue Mar  5 16:52:17 UTC 2013 - cloud-devel@suse.de

- Update to version 0.2.0+git.1362502337.b6ff6d2:
  + Change --disable-rollback option to --enable-rollback

--------------------------------------------------------------------
Thu Feb 28 12:53:02 UTC 2013 - saschpe@suse.de

- Update to version 0.2.0+git.1362055982.ec0a708:
  + Don't add 'dev' to tag_build

--------------------------------------------------------------------
Sun Feb 24 18:19:14 UTC 2013 - cloud-devel@suse.de

- Update to version 0.2.0dev+git.1361729954.f1baa75:
  + heatclient : correct timeout parameter name
  + heatclient : Add --disable-rollback option

-------------------------------------------------------------------
Fri Feb 22 11:27:01 UTC 2013 - saschpe@suse.de

- BuildRequire openstack-suse-macros instead of openstack-macros

--------------------------------------------------------------------
Mon Feb 18 09:40:19 UTC 2013 - cloud-devel@suse.de

- Update to version 0.2.0dev+git.1361180419.84b7969:
  + Return the exit code from tox to callers of run_tests.sh

--------------------------------------------------------------------
Mon Feb  4 12:04:33 UTC 2013 - dmueller@suse.com

- Update to version 0.2.0dev+git.1359979473.bcaf6c4:
  + Add switch to disable token authentication.
  + Don't log at all if debugging is not turned on

--------------------------------------------------------------------
Mon Jan 14 13:00:00 UTC 2013 - saschpe@suse.de

- Update to version 0.2.0dev+git.1358164800.7f50a72:
  + Fixes required for packaging
- Updated requirements

--------------------------------------------------------------------
Wed Jan  9 08:55:36 UTC 2013 - saschpe@suse.de

- Move service to tarballs.opensuse.org, upstream now provides tarballs
  for python-heatclient
- Update to version 0.1.0.2.gb1b5455+git.1357718136.b1b5455:
  + Relax the required version of prettytable.

--------------------------------------------------------------------
Wed Dec 19 15:03:10 UTC 2012 - saschpe@suse.de

- Move to obs-service-git_tarballs
  + Drop BuildRequires: python-setuptools-git
- Update to version 0.1.0.1.gc7130de+git.1355925790.c7130de:
  + Display a better error message on HTTP exception
  + Fix git repo url
  + Deprecate commands and add unified cli replacements.
  + remove some glanceisms from the docs
  + add some pypi meta info
  + Update .gitreview for org move.
  + Support for events list and details
  + Use python-keystoneclient 0.2 series
  + Pass template as a string if it is not JSON.

-------------------------------------------------------------------
Wed Dec  5 09:29:56 UTC 2012 - saschpe@suse.de

- Use @PARENT_TAG@ in _service file to automate versioning

-------------------------------------------------------------------
Mon Nov 26 14:30:57 UTC 2012 - saschpe@suse.de

- Cleanup (build) dependencies

-------------------------------------------------------------------
Mon Nov 26 14:18:29 UTC 2012 - saschpe@suse.de

- Initial version

openSUSE Build Service is sponsored by