File python-openstackclient.changes of Package python-openstackclient.1737
-------------------------------------------------------------------
Fri Jun 12 13:05:24 UTC 2015 - mjura@suse.com
- Add 0001-Fix-image-create-location-attribute.patch, bnc#932270
-------------------------------------------------------------------
Sat Sep 27 18:00:42 UTC 2014 - dmueller@suse.com
- update to 0.4.1:
* Add i18n module to openstackclient
* Create message variables for exceptions
* Add oslo.i18n as a dependency
* Updated from global requirements
* Network use enable/disable vs admin state up/down
* add service/interface/region filter for endpoint v3
* add tests for identity v3 endpoint
* add tests for identity v3 domain
* a mistake in tests/identity/v3/test_role.py
* Add commands for object upload and delete
* test_find_resource fails if run alone
* Use oslosphinx to generate documentation
* user create v2.0 depends on tenantId in response
* Updated from global requirements
* v3 endpoint set shouldn't always need service option
* Add container create and delete support
* Cleanup README.rst
* fix typo in identity/v3/endpoint.py
* More make_client() logging cleanup
* Change V2 image tests to actually run V2 image code
* Add more columns to image list output
* Normalize more help strings
* Fix PEP8 E302 errors
* Fix IDP commands
* Update help text for some network commands
* Change object API_NAME to 'object_store'
* Add Python 3 support
* Fix server resize
* Add basic timing support
* Clean up make_client() logging
* Domain administrator cannot do project operations
* Replaced some UTF-8 characters with ASCII characters
* Python 3: do not compare a list to a zip object
* Allow network find to use alternate name
* Move network stuff to v2 instead of v2_0
* Catch SystemExit for parse args
* Add support to list volume extensions
* Python 3: remove a useless code to safe_encode()
* Add support to list compute extensions
* Remove keyring support from openstackclient
* trust authentication
* Python 3: do not use __builtin__
* Updated from global requirements
* Remove backslash usage from a few tests
* Sort/clean setup.cfg
* Rename token classes to match command
* Fix PEP8 E126 and E202 errors
* Fix PEP8 E265 errors
* Fix PEP8 H405 errors
* Fixed typos in the identity client
* Network CRUD
* Updated from global requirements
* sync oslo bits
-------------------------------------------------------------------
Fri Sep 5 15:32:19 UTC 2014 - dmueller@suse.com
- go back to released version
-------------------------------------------------------------------
Tue Aug 26 05:18:56 UTC 2014 - tbechtold@suse.com
- Update BuildRequires and Requires
-------------------------------------------------------------------
Sun Aug 24 23:40:20 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.89.g1eb7aba:
* Add i18n module to openstackclient
* Create message variables for exceptions
* Add oslo.i18n as a dependency
-------------------------------------------------------------------
Sat Aug 23 23:40:45 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.83.g7a8c9a7:
* Updated from global requirements
* add tests for identity v3 endpoint
-------------------------------------------------------------------
Fri Aug 22 23:40:53 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.80.gfc44578:
* add tests for identity v3 domain
-------------------------------------------------------------------
Wed Aug 13 00:23:24 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.78.g19b8605:
* a mistake in tests/identity/v3/test_role.py
* Add commands for object upload and delete
-------------------------------------------------------------------
Mon Aug 11 12:15:35 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.75.g0cfd0b1:
* test_find_resource fails if run alone
* Use oslosphinx to generate documentation
* user create v2.0 depends on tenantId in response
* Updated from global requirements
* v3 endpoint set shouldn't always need service option
* Add container create and delete support
-------------------------------------------------------------------
Sat Aug 2 00:16:14 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.64.g75e8490:
* Cleanup README.rst
-------------------------------------------------------------------
Wed Jul 30 00:14:40 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.63.g81d1179:
* fix typo in identity/v3/endpoint.py
-------------------------------------------------------------------
Tue Jul 29 00:15:41 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.62.g02cdebb:
* More make_client() logging cleanup
* Add more columns to image list output
-------------------------------------------------------------------
Fri Jul 25 23:37:00 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.58.g01f7a5f:
* Change V2 image tests to actually run V2 image code
-------------------------------------------------------------------
Thu Jul 24 23:36:53 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.56.ge0cf68f:
* Normalize more help strings
-------------------------------------------------------------------
Thu Jul 24 08:02:34 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.54.g8c556e6:
* Fix PEP8 E302 errors
* Change object API_NAME to 'object_store'
-------------------------------------------------------------------
Tue Jul 22 23:37:03 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.51.g4d3d287:
* Fix IDP commands
* Update help text for some network commands
-------------------------------------------------------------------
Thu Jul 17 00:16:49 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.48.g3cfb97e:
* Add Python 3 support
-------------------------------------------------------------------
Sat Jul 12 23:50:57 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.47.g5830007:
* Fix server resize
-------------------------------------------------------------------
Fri Jul 11 23:51:44 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.45.gbc6495c:
* Add basic timing support
-------------------------------------------------------------------
Wed Jul 9 23:51:40 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.43.g7028374:
* Domain administrator cannot do project operations
* Allow network find to use alternate name
* Add support to list volume extensions
-------------------------------------------------------------------
Tue Jul 8 23:50:52 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.37.gba15646:
* Clean up make_client() logging
* Python 3: do not compare a list to a zip object
* Catch SystemExit for parse args
* Python 3: remove a useless code to safe_encode()
* Add support to list compute extensions
-------------------------------------------------------------------
Mon Jul 7 23:51:32 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.27.gea938e8:
* Replaced some UTF-8 characters with ASCII characters
* Move network stuff to v2 instead of v2_0
-------------------------------------------------------------------
Fri Jul 4 23:51:09 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.24.gb3736fd:
* Remove keyring support from openstackclient
* trust authentication
* Python 3: do not use __builtin__
-------------------------------------------------------------------
Thu Jul 3 00:09:39 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.18.g8e12949:
* Updated from global requirements
* Remove backslash usage from a few tests
-------------------------------------------------------------------
Sat Jun 28 00:06:21 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.4.0.15.gddf0c16:
* Sort/clean setup.cfg
* Rename token classes to match command
* Fix PEP8 E126 and E202 errors
* Fix PEP8 E265 errors
* Fix PEP8 H405 errors
* Fixed typos in the identity client
-------------------------------------------------------------------
Thu Jun 26 10:08:47 UTC 2014 - dmueller@suse.com
- Update to version python-openstackclient-0.4.0.4.g8f59524:
* Network CRUD
* Updated from global requirements
* sync oslo bits
0.4.0
* Update docs and release notes for 0.4.0
* Updated from global requirements
* Complete Identity v3 list command filters
* Change the token verb to issue/revoke
* Update docs template
* Add a docs job to tox.ini
* Fix find_resource for keystone and cinder
* Refactor role list subcommand for identity v3 api
* Add token delete command for identity v2
-------------------------------------------------------------------
Tue Jun 24 08:20:55 UTC 2014 - dmueller@suse.com
- add python_requires service
-------------------------------------------------------------------
Wed Jun 18 00:20:53 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.67.g6380b8b:
* Image create and set command updates and tests
* Refactor oauth1 code for updates
-------------------------------------------------------------------
Tue Jun 17 00:19:40 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.64.gfbb9e7a:
* Clean up logging levels
-------------------------------------------------------------------
Mon Jun 16 00:19:03 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.62.g5c2d9f3:
* Updated from global requirements
-------------------------------------------------------------------
Sun Jun 15 00:19:30 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.60.g0da5bfe:
* Ignore most of the new hacking 0.9.2 rules
* Add support for extension list
-------------------------------------------------------------------
Sat Jun 14 00:19:54 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.56.g497a389:
* Add role assignments list support to identity v3
-------------------------------------------------------------------
Wed Jun 11 00:19:48 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.54.g7f6a901:
* replace string format arguments with function parameters
* Add tests for identity endpoints
-------------------------------------------------------------------
Thu May 29 00:40:31 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.50.gfb65652:
* Fixed several typos throughout the codebase
* Fix server image create
-------------------------------------------------------------------
Fri May 16 00:47:11 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.46.g870e7dd:
* Change volume create --volume-type to --type
-------------------------------------------------------------------
Sat May 10 00:47:23 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.45.ga93851d:
* Implement CRUD operations for Identity Providers
-------------------------------------------------------------------
Thu May 8 00:46:16 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.43.g03b9a72:
* Display all server log when --lines option is None
* Fix help message for `ip floating delete`
-------------------------------------------------------------------
Wed May 7 00:45:14 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.40.g834867b:
* volume type create should display properties
* Skip auth in cinderclient
-------------------------------------------------------------------
Sat May 3 00:29:44 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.37.g6c5f2e3:
* Updated from global requirements
-------------------------------------------------------------------
Wed Apr 23 23:45:42 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.36.gc744abd:
* Updated from global requirements
* Fix the project option to user list so it filters
* Make endpoint commands more consistent
-------------------------------------------------------------------
Fri Apr 18 00:17:36 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.30.g8ec78a1:
* Pass arguments to v3 keystoneclient by kwarg
* Make bash comple command best effort to authorize
* In anticipation of network agents, rename compute
-------------------------------------------------------------------
Wed Apr 16 00:15:02 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.24.g01db6d9:
* move read_blob_file_contents to utils
-------------------------------------------------------------------
Mon Mar 24 00:36:21 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.23.gee22070:
* Correct display of project/tenant id on display of credentials
-------------------------------------------------------------------
Sun Mar 23 00:36:19 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.21.g4900c64:
* Produce a useful error message for NoUniqueMatch
-------------------------------------------------------------------
Fri Mar 14 01:37:04 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.20.g0c0803d:
* identity v3 allow project list filtering by domain
* Add ability to set key value pairs in projects
-------------------------------------------------------------------
Thu Mar 13 01:14:22 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.17.g65f094e:
* Updated from global requirements
-------------------------------------------------------------------
Tue Mar 11 01:49:34 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.16.gcf8506d:
* Fix 'keypair show' command output
-------------------------------------------------------------------
Mon Mar 10 16:02:09 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.1.14.g4632238:
* add interface and url to endpoint list
* Fixed spelling error, compatability to compatibility
* Fixed Spelling errors - compatability to compatibility
* Fixed spelling errors - occurance to occurence
* Updated from global requirements
* Add --volume option to image create command
0.3.1
-------------------------------------------------------------------
Sat Mar 1 00:55:19 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.50.g808fa65:
* Update release notes for 0.3.1
* Fix format errors in nova security group rule list
-------------------------------------------------------------------
Thu Feb 27 01:40:09 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.46.gb7f673c:
* Use cacert values when creating identity client
* Fix volume commands with multiple regions
-------------------------------------------------------------------
Tue Feb 25 01:02:45 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.43.g1253932:
* Updated from global requirements
-------------------------------------------------------------------
Mon Feb 24 01:13:45 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.42.g8fe50fc:
* Fix some help strings
-------------------------------------------------------------------
Sun Feb 23 00:39:05 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.40.g034a9d1:
* Add ability to prompt for passwords for user create and set
-------------------------------------------------------------------
Sat Feb 22 01:34:54 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.38.g8b494f0:
* Update oslo incubator bits
* Rename Openstack to OpenStack
-------------------------------------------------------------------
Fri Feb 21 01:42:34 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.34.g2958421:
* Python 3: the content of a FakeResponse must be bytes
* Glance client no longer isa http client
-------------------------------------------------------------------
Fri Feb 14 09:04:45 UTC 2014 - speilicke@suse.com
- Run testr directly
-------------------------------------------------------------------
Wed Feb 12 00:57:21 UTC 2014 - cloud-devel@suse.de
- Update to version python-openstackclient-0.3.0.31.g2f5e823:
* FakeResponse: use a default status code
* Python 3: fix a syntax error
* Fix misspellings in python openstackclient
-------------------------------------------------------------------
Tue Feb 11 16:01:15 UTC 2014 - speilicke@suse.com
- Replace git_tarballs source service with download_files and set_version
+ Use upstream URL as source (enables verification)
-------------------------------------------------------------------
Sat Feb 1 01:47:47 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.22.g6323633:
+ Add token create subcommand for identity v3 api
-------------------------------------------------------------------
Thu Jan 30 16:52:15 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.20.g0aeb357:
+ Fix keyring issue where there were name space problems
+ Updated from global requirements
-------------------------------------------------------------------
Fri Jan 24 13:47:23 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.17.gcb2fd0a:
+ Add token create subcommand for identity v2 api
+ Remove remaining print statements
+ Remove copyright from empty files
-------------------------------------------------------------------
Sat Jan 18 01:13:24 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.11.g81d33a5:
+ Fix image set properties error
+ Sync with global requirements
-------------------------------------------------------------------
Sat Jan 11 00:58:28 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.8.gb00bbaa:
+ Displaying curl commands for nova and cinder calls
+ Fix errant underscores
-------------------------------------------------------------------
Thu Jan 9 01:40:37 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.4.ge821a6b:
+ Add support for specifying custom domains
-------------------------------------------------------------------
Thu Jan 2 18:25:37 UTC 2014 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.2.g202c3e3:
+ Closes-Bug: #1262322 Make links clickable
-------------------------------------------------------------------
Sat Dec 21 01:43:05 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.3.0.1.g12f31ee:
+ Release notes for 0.3.0 release
+ Closes-Bug: #1262321
-------------------------------------------------------------------
Wed Dec 18 01:15:27 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.37.g4595ca1:
+ Remove mox3 requirement
-------------------------------------------------------------------
Wed Dec 11 01:06:33 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.36.gc645049:
+ Updated from global requirements
-------------------------------------------------------------------
Sat Dec 7 00:52:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.35.gfacdc87:
+ Update docs for plugins and release notes
+ Bring RESTApi closer to ithe imminent keystoneclient.Session
-------------------------------------------------------------------
Fri Dec 6 11:03:06 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.31.gb88a7b8:
+ Update OSC's CommandManager subclass
+ Add missing requests and six requirements
+ Add module list command
-------------------------------------------------------------------
Wed Dec 4 13:39:17 UTC 2013 - speilicke@suse.com
- Run testsuite during build (%check section) and obsolete the test
package. An overall simplification of the test process
- Fixed totally broken dependencies
-------------------------------------------------------------------
Tue Dec 3 01:24:15 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.26.g5dcc3b6:
+ Add return Closes-Bug: 1246356
-------------------------------------------------------------------
Tue Nov 26 01:29:12 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.25.g935781f:
+ Restore Object API name 'object-store'
-------------------------------------------------------------------
Mon Nov 25 14:22:25 UTC 2013 - dmueller@suse.com
- switch to python-setuptools
-------------------------------------------------------------------
Sat Nov 23 00:38:02 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.24.g9062811:
+ Expand support for command extensions
-------------------------------------------------------------------
Thu Nov 21 01:21:09 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.23.gd45187a:
+ Support building wheels (PEP-427)
+ Fix typo
+ change execute to run
+ Complete basic test infrastructure
+ Add server image create command
-------------------------------------------------------------------
Tue Nov 12 00:51:35 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.14.gc946192:
+ Update URL for global hacking doc and fix typos
-------------------------------------------------------------------
Sat Nov 9 01:22:32 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.13.ge118f21:
+ Remove httpretty from test requirements
+ Updated from global requirements
-------------------------------------------------------------------
Tue Oct 29 01:03:49 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.10.g9137cc3:
+ Do lookups for user, project in volume create
-------------------------------------------------------------------
Sun Oct 27 10:28:36 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.9.g1fa1330:
+ Adjust to non-deprecated names in Keyring 1.6.+
-------------------------------------------------------------------
Sun Oct 27 10:28:10 UTC 2013 - dmueller@suse.com
- remove 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch
-------------------------------------------------------------------
Thu Oct 24 12:26:20 UTC 2013 - dmueller@suse.com
- add 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch
- fix requires
-------------------------------------------------------------------
Thu Oct 17 16:03:02 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.8.ga1bda21:
+ Updated from global requirements
-------------------------------------------------------------------
Mon Oct 14 12:22:33 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.7.g29642c2:
+ Add options to support TLS certificate verification
+ Add to clientmanager tests
+ Sync oslo-incubator for py33 fixes
-------------------------------------------------------------------
Tue Oct 8 12:49:24 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.2.gbca4cf9:
+ Updated from global requirements
-------------------------------------------------------------------
Mon Sep 30 23:56:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.2.1.gad59b03:
+ Add object-store show commands
-------------------------------------------------------------------
Sat Sep 21 00:32:12 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.19.g74f4e31:
+ Fix security group entrypoints
+ Sort entrypoints in setup.cfg
+ Update release notes for 0.2.2
-------------------------------------------------------------------
Mon Sep 16 23:38:09 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.16.g6fe687f:
+ Delay authentication to handle commands that do not require it
-------------------------------------------------------------------
Wed Sep 11 23:38:34 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.15.g8898e02:
+ Update tox.ini for new tox 1.6 config
+ Prepare for Identity v3 tests
+ Identity v3 tests
-------------------------------------------------------------------
Thu Sep 5 00:08:19 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.11.g44c97cc:
+ Update requirements.txt and test-requirements.txt
+ Refactor fake data for projects and users
+ Add Identity v2 role and service tests
-------------------------------------------------------------------
Sat Aug 31 00:12:59 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.7.g725e254:
+ Object API commands using our REST API layer
-------------------------------------------------------------------
Thu Aug 29 00:13:20 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.6.g17f13f7:
+ Create a new base REST API interface
-------------------------------------------------------------------
Fri Aug 23 23:46:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.5.gb440986:
+ Re-order oauth commands and sync with keystoneclient
-------------------------------------------------------------------
Thu Aug 22 23:38:13 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.3.g22a6e88:
+ Add Identity v2 user tests
-------------------------------------------------------------------
Tue Aug 20 00:16:21 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1.2.g493339d:
+ Add Identity v2 project tests
-------------------------------------------------------------------
Wed Aug 7 00:23:47 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.1:
+ Sync with global requirements
+ Add release notes in docs
--------------------------------------------------------------------
Fri Aug 2 23:51:30 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.rc1.2.gaf87489:
+ Modify run_tests.sh to just run tox
+ Change version reporting to use pbr
-------------------------------------------------------------------
Thu Aug 1 12:32:52 UTC 2013 - speilicke@suse.com
- Only require discover on SLE
-------------------------------------------------------------------
Fri Jul 12 08:24:58 UTC 2013 - naehring@b1-systems.de
- added python-keyring to requires
-------------------------------------------------------------------
Tue Jul 2 07:51:48 UTC 2013 - dmueller@suse.com
- fix requires
-------------------------------------------------------------------
Wed Jun 26 11:29:24 UTC 2013 - dmueller@suse.com
- Initial package