SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-novaclient-2.17.0-12.4.noarch.rpm :
Wed Sep 3 14:00:00 2014 roAATTsuse.de
- sanitize release line in specfile

Tue Jun 24 14:00:00 2014 dmuellerAATTsuse.com
- add 0001-Nova-CLI-for-server-groups.patch

Wed Jun 18 14:00:00 2014 dmuellerAATTsuse.com
- add 0001-Fix-the-unlimited-length-of-console-log.patch

Fri May 30 14:00:00 2014 dmuellerAATTsuse.com
- add 0001-Fix-listing-of-Server-in-floating-ip-list.patch (bnc#879897)

Thu Mar 27 13:00:00 2014 dmuellerAATTsuse.com
- switch to released version (2.17.0)

Wed Mar 26 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.24.g733f1e5:

* Fix authentication bug when booting an server in V3

Sun Mar 23 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.22.g94a4c49:

* Correct the help sting of volume-type-delete

* Print a useful message for unknown server errors

* Show Exception Name in Shell Output

Sat Mar 22 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.16.g8ecc6b3:

* Updated from global requirements

* Do auth_url.rstrip(\'/\') only if auth_url is set

* Allow user ID for authentication

* Re-add install_venv_common to openstack-common.conf

* Fix element miss in client request body

Fri Mar 21 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.6.g8c7524b:

* Work around pypy testing issue

Fri Mar 14 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.5.g14deb01:

* Nova CLI for server groups

* Removes copy of output of \'nova help\' from README

Mon Mar 10 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.17.0.2.gc92485e:
2.17.0

* Add os-server-external-events support

* Fix some spelling mistakes

Tue Mar 4 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.16.0.14.gd0b6550:

* Add classifiers for specific versions of Python

Sat Mar 1 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.16.0.12.g427e346:

* oslo sync apiclient and cliutils

* Fix in in novaclient, to avoid excessive conns

* Revert \"\'name\' should as be optional param on aggregate-update\"

* oslo-sync of low hanging fruit

* Updated from global requirements

* \'name\' should as be optional param on aggregate-update
2.16.0

* Remove usage of module py3kcompat

Wed Feb 26 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.15.0.277.g5461af9:

* Fix typo in novaclient

Tue Feb 25 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.15.0.276.gbd72fb0:

* Updated from global requirements

* Remove None for dict.get()

* Fix i18n messages in novaclient, part II

Fri Feb 21 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.15.0.273.g43f1f78:

* Invalid client version message unclear

* Remove None for dict.get(

* Replace assertEqual(None,
*) with assertIsNone in tests

Sun Feb 16 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-novaclient-2.15.0.268.g7cf73f1:

* Update broken command line reference link

* Fix spelling miss of password_func variable

* Fix copy/paste errors in print messages

* Remove invalid parameter of quota-update

* Adds support for the get_rdp_console API

Thu Feb 13 13:00:00 2014 dmuellerAATTsuse.com
- install man pages
- remove hacking dependency

Tue Feb 11 13:00:00 2014 speilickeAATTsuse.com
- Update to version python-novaclient-2.15.0.259.g7c3c1bb:

* Remove tox locale overrides

* Fix python 3.3 unit test job

* Fixed polling after boot in shell

* Update my mailmap

* Fix Serivce class AttributeError

* [UT] Fixed floating_ip_pools fake return to expected one

* [UT] Removed duplicate key from dict in fake baremetal_node

* Fixed multi validation and wrong fail calls in unit tests

* Fixed super constructor call for TestResponse class

* Flavor ExtraSpecs containing \'/\' cannot be deleted
- Replace git_tarballs source service with download_files and set_version
+ Use upstream URL as source (enables verification)

Sun Feb 2 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.240:
+ Removed undefined method in install_env.py file
+ Flavor ExtraSpecs containing \'/\' cannot be deleted

Fri Jan 31 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.237:
+ Adds ability to boot a server via the Nova V3 API

Wed Jan 29 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.236:
+ Reuse Resource from oslo

Tue Jan 28 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.234:
+ Removes unsupported volume commands from V3 API support

Sun Jan 26 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.233:
+ Add tests for boot method of v3 shell
+ Fix QuotaClassSet and their tests
+ Adds volume support for the V3 API

Sat Jan 25 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.227:
+ Updates nova client to use the latest oslo files
+ Using common methods from oslo cliutils

Fri Jan 24 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.223:
+ Don\'t slugify() None names
+ Allow multiple volume delete from cli like Cinder
+ Fix logic for \"nova flavor-show 0#\"
+ Replace basestring by six.string_types

Wed Jan 22 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.215:
+ Sync with global requirements
+ Don\'t call CS if a token + URL are provided
+ assertTrue(isinstance) replace by assertIsInstance
+ Sync apiclient from oslo
+ Sync cliutils from oslo

Tue Jan 21 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.205:
+ Removes use of timeutils.set_time_override

Sun Jan 19 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.203:
+ add support for server set metadata item
+ Fixes ambiguous cli output between \"None\" and NoneType

Sat Jan 18 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.199:
+ shell: refactor boot to use _print_server

Thu Jan 16 13:00:00 2014 dmuellerAATTsuse.com
- remove pep8/flake8 requires, they come from hacking now

Thu Jan 16 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.197:
+ Remove the coverage extension code

Tue Jan 14 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.196:
+ Adds quota usage support for the V3 API
+ Generate interfaces reference doc
+ Enable pep8 check for config.py in doc
+ Added v3 interfaces in reference doc
+ Ensure that the diagnostics are user friendly

Mon Jan 13 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.186:
+ Fix tab-completion of --flags under OS X

Sun Jan 12 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.184:
+ Support list deleted servers for admin
+ Ensure that nova client prints dictionaries and arrays correctly

Fri Jan 10 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.180:
+ Using floating-ip-{associate|disassociate}
+ Removes vim configuration headers

Wed Jan 8 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.177:
+ Remove class_name parameter from quota_class
+ Code cleanup: use oslo\'s to_slug() instead of slugify()

Tue Jan 7 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.174:
+ Adds simple tenant usage support for the Nova V3 API

Mon Jan 6 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.172:
+ Allow empty response in service-list

Sat Jan 4 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.170:
+ Nova aggregate-details should be more human friendly
+ Replace some utils.bool_from_str with strutils

Fri Jan 3 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.166:
+ Expose the rebuild preserve-ephemeral extension

Thu Dec 26 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.164:
+ Fix \"device\" as the optional para on volume-attach

Tue Dec 24 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.162:
+ Adds certificates support for Nova V3 API
+ Adds keypairs support for the Nova V3 API
+ Removed duplicated import

Sun Dec 22 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.156:
+ Adds second part of quotas support for Nova V3 API
+ Adds services support for Nova V3 API
+ Adds hypervisor support for Nova V3 API
+ Adds aggregates support for Nova V3 API

Sat Dec 21 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.148:
+ Adds basic servers support for the Nova V3 API
+ Adds availability zone support for Nova V3 API
+ Adds first part of quotas support for Nova V3 API
+ Adding additional tests for novaclient ssh

Fri Dec 20 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.140:
+ add support for nova ssh userAATThost
+ Adds images support for Nova V3 API

Thu Dec 19 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.137:
+ Fixed autodoc can\'t import/find class error
+ remove duplicate six import

Wed Dec 18 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.135:
+ Adds flavor support for Nova V3 API
+ Adds flavor access support for Nova V3 API
+ Stop using deprecated keyring backends
+ Adds agent support for Nova V3 API
+ Remove commands not supported by Nova V3 API

Sun Dec 15 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.127:
+ Allow graceful shutdown on Ctrl+C
+ Enables H306 pep8 rules
+ Enables H403 pep8 rules

Sat Dec 14 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.121:
+ Remove the release.rst file

Thu Dec 12 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.119:
+ Updates tox.ini to use new features
+ Adds a --show option to the image-create subcommand
+ Fix docstring on novaclient
+ Enables E711,E721,E712 pep8 rules

Wed Dec 11 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.112:
+ Updated from global requirements

Tue Dec 10 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.111:
+ Fix inappropriate comment for delete FloatingIP

Mon Dec 9 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.109:
+ Sets default service type for Nova V3 API

Sun Dec 8 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.107:
+ Fix incorrect help message on flavor_access action
+ Enable hacking check for Apache 2.0 license

Fri Dec 6 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.104:
+ Updates .gitignore
+ nova security-group-
* should support uuid as input
+ Fix the inappropriate comment for flavor

Tue Dec 3 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.98:
+ Allows users to retrieve ciphered VM passwords

Thu Nov 28 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.96:
+ Removes unnecessary pass

Wed Nov 27 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.94:
+ Fix inappropriate comment for flavor create api

Mon Nov 25 13:00:00 2013 dmuellerAATTsuse.com
- switch to python-setuptools

Sat Nov 23 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.92:
+ Updated from global requirements
+ Fix typo in novaclient

Fri Nov 15 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.89:
+ Print security groups as a human readable list
+ Flatten hypervisor-show dictionary for printing
+ Change \"project\" to \"project_id\" in cloudpipe-create

Thu Nov 14 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.83:
+ Discrepancy between README.rst and nova help

Sat Nov 9 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.82:
+ Fix single H234 Bug to make Hacking 0.8 pass

Tue Nov 5 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.81:
+ Adds locking to completion caches

Sun Nov 3 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.79:
+ Update mailmap for Joe Gordon

Tue Oct 29 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.77:
+ Align mocking pattern for test case
+ Add --insecure to curl output if required
+ Quote URL in curl output to handle query params
+ Nova aggregate-details should be more human friendly
+ Revert \"Nova aggregate-details should be more human friendly\"

Fri Oct 25 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.68:
+ Make \'nova ssh\' automatically fall back to private address

Thu Oct 24 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.67:
+ Apply six for metaclass

Thu Oct 17 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.66:
+ Updated from global requirements

Wed Oct 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.65:
+ Print dicts in alphabetical order
+ Remove deprecated NOVA_RAX_AUTH
+ Revert \"Add-in some re-auth logic when using os_cache\"
+ Document and make OS_CACHE work
+ Make os-cache retry on an invalid token

Mon Oct 14 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.56:
+ py33: safe_encode() returns bytes in Python 3
+ py33: align the order of parameters for urlencode()
+ py33: unify the input of request to json format
+ py33: sort hosts while treeize AvailabilityZone
+ py33: don\'t encode security_group
+ py33: use six.StringIO() to mock stdout/stderr

Wed Oct 9 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.52:
+ py33: sort the files parameters of \"--files\"

Tue Oct 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.51:
+ if we have a valid auth token, use it instead of generating a new one
+ py33: unknown encoding: base64 Edit
+ py33: align the order of parameters for urlencode()
+ assertEquals is deprecated, use assertEqual
+ Add shelve/unshelve/shelve-offload command
+ Add-in some re-auth logic when using os_cache
+ Updated from global requirements
+ py33: \'str\' does not support the buffer interface
+ py33: sort dict for test_add_floating_ip_to_fixed
+ py33: uuid verification in find_resource()
+ py33: iteration order of dict is unpredictable
+ py33: safe_encode() returns bytes in Python 3
+ py33: align the order of parameters for urlencode()
+ py33: unify the input of request to json format
+ py33: sort hosts while treeize AvailabilityZone

Wed Sep 25 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.22:
+ Corrected usage of len(filter(...))
+ py33: \'dict_keys\' object does not support indexing
+ py33: dict.keys() is not a list in python3
+ Corrected several usage of keys() for Python 3
+ Update pbr usage
+ Make nova CLI use term \"server\" where possible
+ Fixed several test failures on Python3
+ Fix AttributeError in Keypair._add_details()

Tue Sep 24 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.7:
+ Clean up a little cruft

Sat Sep 21 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.5:
+ Novaclient shell list command should support a minimal server list

Thu Sep 19 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.15.0.4:
+ Create v3 tests directory
+ Add v3 HostManager

Wed Sep 18 14:00:00 2013 dmuellerAATTsuse.com
- fix requires

Wed Sep 18 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.73:
+ Small bugfix for client v3
+ Fix the print order of quota-show
+ Add a block device for the image when using BDMv2
+ Modify --num-instances flag description to clarify limit upper bound
+ python3: Fix traceback while running unit tests
+ python3: Compatibility for iteritems differences
+ python3: Fix Traceback while running unit tests
+ Allow name argument to flavor-access-add
+ Add delete method to Flavor class
+ assertEquals is deprecated, use assertEqual

Thu Sep 12 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.54:
+ Python3: Fix traceback while running unit tests
+ Python3: Use six.StringIO for io.Bytes()

Wed Sep 11 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.50:
+ Add support for os-assisted-volume-snapshots

Tue Sep 10 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.48:
+ Unittests added for client v1_1

Sat Sep 7 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.47:
+ Update oslo from oslo-incubator

Thu Sep 5 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.46:
+ New syntax to boot from a block device mapping

Mon Sep 2 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.45:
+ Suport instance list pagination in novaclient, Part I
+ Add interface for listing security groups of an instance

Fri Aug 30 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.42:
+ python3: Fix imports for py2/py3
+ Fix the help messages to specify image/flavor name
+ Added support for running the tests under PyPy with tox
+ change \'Host\' object\'s \'host\' attribute to \'host_name\'
+ Added \'nova migration-list\' command

Thu Aug 29 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.32:
+ Upgrade to Hacking 0.7
+ Fix and gate on H501, no locals for string formatting

Sun Aug 25 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.28:
+ Sync py3kcompat from oslo

Sat Aug 24 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.27:
+ Update oslo
+ Update mailmap
+ Update mailmap
+ Allow name argument to flavor-access-add

Fri Aug 23 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.19:
+ Add support for swap_volume

Thu Aug 15 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.17:
+ python3: Fix traceback while running tests

Wed Aug 14 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.16:
+ Begin adding v3 api support
+ Enable v3 api code
+ Remove old references
+ Updated from global requirements

Tue Aug 13 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.8:
+ Clean up inaccurate docstrings of server list() method
+ FakeClient: fix the arguments of a string format.

Sat Aug 10 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.4:
+ Fix typo and grammar in docstring only

Fri Aug 9 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.1.2:
+ Do not restrict flavor to only ID and integers

Thu Aug 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.14.0.1:
+ remove requests version max

Wed Aug 7 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.153:
+ Sync with global requirements

Fri Jul 26 14:00:00 2013 bwiedemannAATTsuse.com
- Drop upstreamed patches

Tue Jul 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.112:
+ CLI for disable service reason

Thu Jul 11 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.110:
+ python3: Fix unicode compatibility python2/python3

Wed Jul 10 14:00:00 2013 dmuellerAATTsuse.com
- add 0001-Skip-setting-volume_size-if-not-given.patch (bnc#828490)

Tue Jul 9 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.108:
+ Sync install_venv_common from oslo

Wed Jul 3 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.107:
+ python3: Fix print statements

Wed Jul 3 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.105:
+ python3: Compatibility for iteritems differences

Tue Jul 2 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.103:
+ Bring stdout/stderr capturing in line w/ nova

Mon Jul 1 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 2.13.0.101:
+ Fixup trivial License Header mismatch.

Thu Jun 27 14:00:00 2013 speilickeAATTsuse.com
- Only depend on python-discover on SLE, it\'s a Python-2.6 feature
backport

Wed Jun 12 14:00:00 2013 dmuellerAATTsuse.com
- update testrequires

Mon May 27 14:00:00 2013 dmuellerAATTsuse.com
- python-pbr/d2to1 requires

Thu May 2 14:00:00 2013 dmuellerAATTsuse.com
- drop 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch

Mon Apr 29 14:00:00 2013 dmuellerAATTsuse.com
- remove 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch

Thu Apr 25 14:00:00 2013 dmuellerAATTsuse.com
- add 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch

Mon Mar 18 13:00:00 2013 speilickeAATTsuse.com
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix

Sun Mar 17 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.55+git.1363479472.7850fcd:
+ Removes tenant IDs checking for nova quota operations.
+ Use keyring for testing
+ Fix Copyright Headers from LLC to Foundation
+ Set up debug level on root logger.
+ Remove unused import

Wed Mar 13 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.48+git.1363134167.c12f4bc:
+ Revert API changes in \"Unify Manager._update behaviour\"

Tue Mar 12 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.46+git.1363047266.f294635:
+ Decodes input and encodes output
+ Add wrap option to nova credentials for humans
+ Check if tenant flag is uuid_like for all quota operations
+ Show Tenant_ID for secgroup-list with all-tenant

Mon Mar 11 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.39+git.1363006920.9f4ef60:
+ Extend test coverage for v1_1/shell.py

Mon Mar 11 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.37+git.1362996345.219f1df:
+ Fix nova boot --num-instances option checking
+ Fix typo in error message
+ Remove prov_vlan_id from baremetal
+ Additional \"Unify Manager._update behaviour\" cleanup

Tue Mar 5 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.11.1.30+git.1362502116.8ac304f:
+ Update the docstring of cloudpipe-configure command
+ Make ip_protocol parameter in security groups rules case insensitive
+ Added limit to image-list in a preparatory step toward addressing bug 1001345.
+ Allows admins to reset-network of an instance
+ A minimum of Python3 fixes so that installation works without errors/warnings.
+ Fix how tests were failing due to missing attributes.
+ Accept 201 status code on POST
+ Fixes the output of \'os-evacuate\' command.
+ Fixed bug with password prompt, added tests

Fri Feb 22 13:00:00 2013 saschpeAATTsuse.de
- Add novaclient-prettytable.patch: Relax version constraint on
python-prettytable

Fri Feb 22 13:00:00 2013 saschpeAATTsuse.de
- Update to version 2.11.1.15+git.1361537760.34c8a6b:
+ Update to requests >= 0.8
+ Mask permissions on private key files
+ Fix run_tests.sh --coverage
+ Add format options to \'nova coverage-report\'.
+ Corrects 2nd argument type for logging
+ Fix IOError with gnomekeyring.find_network_password_sync
+ Issue when gnomekeyring is present but not the current backend
+ Make availability_zone in aggregate_create optional
+ Fix nova availability-zone-list for admin users
+ Expand and improve baremetal API.
+ Allow extensions to provide a name when discovered on the python path.
+ Avoid doing a deep copy on the availability zone manager
+ Support showing extra fields in server list
+ Extend test coverage (shell, fping)
+ Add support for os-attach-interfaces
+ Missing import for gnomekeyring
- Dropped novaclient-requests-compat.patch: merged upstream

Fri Feb 22 13:00:00 2013 saschpeAATTsuse.de
- BuildRequire openstack-suse-macros instead of openstack-macros

Mon Feb 11 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.10.0.101+git.1360595537.1ea7e65:
+ Upgrade to pep8 1.3.3
+ Add help about the id \'auto\' for flavor-create
+ Live migration with an auto selection of dest.
+ Show the summary or details of all availability zones of a region
+ Fix default format of \'nova coverage-report\'
+ Update .coveragerc
+ management_url not set by authenticate method

Thu Feb 7 13:00:00 2013 saschpeAATTsuse.de
- Refreshed novaclient-requests-compat.patch

Mon Feb 4 13:00:00 2013 dmuellerAATTsuse.com
- Update to version 2.10.0.89+git.1359997136.3ca976d:
+ Allow request timeout to be specified.
+ Allow for image selection using the metadata properties.
+ make print_dict split strings with newlines into multiple rows
+ RateLimit does not have method attribute
+ ClientExceptions should include url and method
+ Check tenant_id\'s format in \"nova quota-update\"
+ Adds baremetal nova API support
+ _get_secgroup returns first group even if multiple groups match
+ Added homedir path expansion for keypair-add.
+ Fix the usage of password, keyrings, and tokens.
+ Migrate from nose to testr.
+ Fix bash completion on osx
+ Show the details of the added bare-metal resource
+ Store tenant_id from keystone and use for quotas
+ Add usage command to show usage for single tenant
+ Fixed 7 pep8 errors.

Wed Jan 23 13:00:00 2013 cloud-develAATTsuse.de
- Update to version 2.10.0.60+git.1358959360.7b6f0be:
+ Add support for get_spice_console RPC API
+ Ensure list output function can support non-sorting printing
+ Implement get password for novaclient

Mon Jan 21 13:00:00 2013 saschpeAATTsuse.de
- Add novaclient-requests-compat.patch and
replace allow-any-python-requests-version.patch and
support-requests-version-1.0.0.patch: Forward-compatibility with
requests >= 1.0.0

Fri Jan 18 13:00:00 2013 vuntzAATTsuse.com
- Use version-regexp param for git_tarballs service to avoid
uselessly including the last git commit id twice.

Thu Jan 17 13:00:00 2013 dmuellerAATTsuse.com
- add allow-any-python-requests-version.patch: Allow any
python-requests version
- add support-requests-version-1.0.0.patch: Run also with
requests >= 1.0

Wed Jan 16 13:00:00 2013 dmuellerAATTsuse.com
- Update to version 2.10.0.56.g2408786+git.1358355569.2408786:
+ Adds tenant network support to the client
+ Update functionality of coverage extension.
+ Fix a couple of broken shell tests
+ Update hosts API action calls (startup etc.)
+ When logging request include request data
+ Add support for instance evacuate.
+ Fix the help text of add-fixed-ip
+ Move from untitest2 to testtools.
+ Update README.rst
+ Unify Manager._update behaviour
+ Fix some usage messages of \'nova volume-
*\'

Mon Jan 14 13:00:00 2013 saschpeAATTsuse.de
- Update to version 2.10.0.36.gfba20df+git.1358165109.fba20df:
+ add num_instances option for nova boot.
+ Use requests module for HTTP/HTTPS
+ Fix find for alphanumeic flavor id/name
+ Make --tenant a required arg for quota-show
+ Add support for the coverage extension.
+ Specify some arguments by name.
- Updated requirements

Wed Dec 19 13:00:00 2012 saschpeAATTsuse.de
- Update to version 2.10.0.27.g8d36500+git.1355914092.8d36500:
+ Makes the OS_NO_CACHE env variable work again
+ Add optional argument to include reservations in os-used-limits
+ Add nova client support for nova-manage agent command
+ Adds --os-cache to replace old --no-cache.
+ Adds support for security group/rules quotas.
+ Adds nova client support for nova-manage network command
+ add host-update help info param.
+ Fix argument checking method for \'nova list --flavor\' command.
+ Fix a wrong substition for \'-h\' in bash completion
+ Fixed nics param ignored when bdm is specified
+ Adds support for key_pairs quota.
+ Adds support for injected_file_path_bytes quota.
+ Adds nova client support for nova-manage floating command
- No custom versioninfo file needed, upstream creates a valid one

Fri Dec 7 13:00:00 2012 saschpeAATTsuse.de
- Use --install-data=%{python_sitelib} to install novaclient/versioninfo
into the correct location (instead of %{_prefix})

Wed Dec 5 13:00:00 2012 saschpeAATTsuse.de
- Use AATTPARENT_TAGAATT in _service file to automate versioning

Mon Dec 3 13:00:00 2012 saschpeAATTsuse.de
- Update to latest git (18deaf4):
+ Remove unnecessary casts in flavor create.
+ Validate that rxtx_factor is a float.
+ Adds nova client support for nova-manage vpn command
+ Fix aggregate command help messages.
+ See git log for more...

Thu Nov 15 13:00:00 2012 saschpeAATTsuse.de
- Use openstack-macros

Fri Nov 9 13:00:00 2012 saschpeAATTsuse.de
- Downgrade version to new upstream scheme: 2.9.0 (bnc#787387)

Thu Nov 8 13:00:00 2012 saschpeAATTsuse.de
- Install LICENSING and README.rst
- Build HTML documentation and split of doc package
+ BuildRequire python-Sphinx
- BuildRequire changes:
+ python-base instead of python-devel, sufficient for Python-only modules
+ python-distribute instead of setuptools
- Drop from_vcs build flag
- Use real upstream version in \"versioninfo\" file, unfortunately we can\'t
adjust the package version to upstreams changes due to the RPM version
comparison algorithm

Tue Oct 30 13:00:00 2012 saschpeAATTsuse.de
- Add Provides/Obsoletes for openSUSE-12.2 package name
(openstack-novaclient and python-python-novaclient)

Fri Oct 12 14:00:00 2012 vuntzAATTsuse.com
- Update to version 2012.2 (Folsom), which is really 2.9.0:
+ See https://github.com/openstack/python-novaclient/commits/2.9.0
- Install bash completion for \'glance\' binary
- Dropped patches merged upstream:
+ volume-list-all_tenants.patch
+ encode-user-data-utf8.patch

Thu Oct 11 14:00:00 2012 vuntzAATTsuse.com
- Add encode-user-data-utf8.patch: encode user data to UTF-8 when
creating a server. Fix an issue in horizon when starting an
instance with non-ascii characters in user data (bnc#777867).

Wed Sep 26 14:00:00 2012 vuntzAATTsuse.com
- Add volume-list-all_tenants.patch: add --all_tenants option to
volume-list command, since nova-volume doesn\'t list volumes from
all tenants by default anymore. Part of bnc#782289.

Thu Aug 16 14:00:00 2012 jenkinsAATTsuse.de
- Update to latest git (bab694e):
+ set admin password during instance creation
+ Relex prettytable depend to match glanceclient.
+ Allow different auth providers via plugin system.
+ Allow resources to use any field as \'name\'
+ Adds support for autogenerated device on attach

Thu Aug 16 14:00:00 2012 cthielAATTsuse.com
- remove prettytable-requires.patch, has been merged upstream
https://review.openstack.org/#/c/10358/

Tue Aug 7 14:00:00 2012 jenkinsAATTsuse.de
- Update to latest git (077cc0b):
+ gitignore ChangeLog and add to MANIFEST.in.

Fri Aug 3 14:00:00 2012 rhaferAATTsuse.de
- Fixed Dependencies (bnc#774364)

Thu Aug 2 14:00:00 2012 jenkinsAATTsuse.de
- Update to latest git (f15974b):
+ Better handling of stale tokens (no more 401\'s)

Tue Jul 31 14:00:00 2012 jenkinsAATTsuse.de
- Update to latest git (cefd0fc):
+ change image list and network list data to be sorted by name rather than UUID

Thu Jul 26 14:00:00 2012 cthielAATTsuse.com
- add prettytable-requires.patch to fix python prettytable requirement

Thu Jul 26 14:00:00 2012 bwiedemannAATTsuse.com
- Update to master branch

Thu Jul 26 14:00:00 2012 saschpeAATTsuse.de
- Require python-setuptools, /usr/bin/glance needs it

Wed Jun 27 14:00:00 2012 saschpeAATTsuse.de
- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV
- Simplify from_vcs macros

Tue Jun 26 14:00:00 2012 saschpeAATTsuse.de
- Consistent package summaries
- Macro cleanup:
+ Package is noarch except for SLE-11
- Added rpmlintrc for non-issues
- Use correct upstream URL

Thu May 24 14:00:00 2012 jfehligAATTsuse.com
- Add \'Requires: python >= 2.6.8\'

Fri Apr 20 14:00:00 2012 bwiedemannAATTsuse.com
- add bash completion for nova

Fri Feb 24 13:00:00 2012 aspiersAATTsuse.com
- include LICENSE, AUTHORS, and README.rst

Mon Feb 6 13:00:00 2012 bwiedemannAATTsuse.com
- update to version 2012.1

Mon Oct 31 13:00:00 2011 cthielAATTsuse.com
- update to version 2.6.6

Tue Mar 15 13:00:00 2011 berendtAATTb1-systems.de
- fixed autogenerated spec-file

Tue Mar 15 13:00:00 2011 berendtAATTb1-systems.de
- created initial version (2.4.1) of python-novaclient with py2pack


 
ICM