python-heatclient/python-heatclient.changes

832 lines
29 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Apr 14 09:07:45 UTC 2014 - dmueller@suse.com
- update to 0.2.9:
* Updated from global requirements
* Process provider templates for included files
* Support Python 3
* Python 3: fix test_template_utils.py
* Skip timeout_mins when not specify
* get_file: encode non utf-8 encoding files via base64
* get_file: do not read same url once again
* Resolve files in resource types
* Do not use the '+' operation with dict_items()
* Python3: fix a bytes/str issue
* Updated from global requirements
* Using common methods from oslo cliutils
* Python 3: decode bytes before feeding them to jsonutils.loads()
* Output warnings for deprecated commands
* Add stack-preview support
* Workaround failing pypy gate job
* Remove dependent module py3kcompat
* Python 3: Fix YamlEnvironmentTest tests
* Oslo: sync strutils
* Add new tests to cover most of the requests port
* Modify stack ID lookup to only use stacks:lookup
* Add timeout option to stack-update
* Deprecate create/adopt --create-timeout in favor of --timeout
* Remove unused versions define in template_format.py
* Rename --timeout global option and make it work
* Python3: fix test_stack_list_with_args()
* Pass bytes to NamedTemporaryFile.write()
* Enable --help for each command
-------------------------------------------------------------------
Thu Mar 27 10:04:09 UTC 2014 - dmueller@suse.com
- switch to released version 0.2.8
-------------------------------------------------------------------
Wed Mar 26 00:32:06 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 00:32:07 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 00:32:05 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 00:56:45 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 01:14:41 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 00:58:14 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