Changelog for
python-novaclient-2.13.0.107-1.1.noarch.rpm :
* Wed Jul 03 2013 opensuse-cloudAATTopensuse.org- Update to version 2.13.0.107: + python3: Fix print statements
* Wed Jul 03 2013 opensuse-cloudAATTopensuse.org- Update to version 2.13.0.105: + python3: Compatibility for iteritems differences
* Tue Jul 02 2013 opensuse-cloudAATTopensuse.org- Update to version 2.13.0.103: + Bring stdout/stderr capturing in line w/ nova
* Mon Jul 01 2013 opensuse-cloudAATTopensuse.org- Update to version 2.13.0.101: + Fixup trivial License Header mismatch.
* Thu Jun 27 2013 speilickeAATTsuse.com- Only depend on python-discover on SLE, it\'s a Python-2.6 feature backport
* Wed Jun 12 2013 dmuellerAATTsuse.com- update testrequires
* Mon May 27 2013 dmuellerAATTsuse.com- python-pbr/d2to1 requires
* Thu May 02 2013 dmuellerAATTsuse.com- drop 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
* Mon Apr 29 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 2013 dmuellerAATTsuse.com- add 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
* Mon Mar 18 2013 speilickeAATTsuse.com- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
* Sun Mar 17 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 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 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 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 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 05 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 2013 saschpeAATTsuse.de- Add novaclient-prettytable.patch: Relax version constraint on python-prettytable
* Fri Feb 22 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 2013 saschpeAATTsuse.de- BuildRequire openstack-suse-macros instead of openstack-macros
* Mon Feb 11 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 07 2013 saschpeAATTsuse.de- Refreshed novaclient-requests-compat.patch
* Mon Feb 04 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 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 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 2013 vuntzAATTsuse.com- Use version-regexp param for git_tarballs service to avoid uselessly including the last git commit id twice.
* Thu Jan 17 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 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 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 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 07 2012 saschpeAATTsuse.de- Use --install-data=%{python_sitelib} to install novaclient/versioninfo into the correct location (instead of %{_prefix})
* Wed Dec 05 2012 saschpeAATTsuse.de- Use AATTPARENT_TAGAATT in _service file to automate versioning
* Mon Dec 03 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 2012 saschpeAATTsuse.de- Use openstack-macros
* Fri Nov 09 2012 saschpeAATTsuse.de- Downgrade version to new upstream scheme: 2.9.0 (bnc#787387)
* Thu Nov 08 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 2012 saschpeAATTsuse.de- Add Provides/Obsoletes for openSUSE-12.2 package name (openstack-novaclient and python-python-novaclient)
* Fri Oct 12 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 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 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 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 2012 cthielAATTsuse.com- remove prettytable-requires.patch, has been merged upstream https://review.openstack.org/#/c/10358/
* Mon Aug 06 2012 jenkinsAATTsuse.de- Update to latest git (077cc0b): + gitignore ChangeLog and add to MANIFEST.in.
* Fri Aug 03 2012 rhaferAATTsuse.de- Fixed Dependencies (bnc#774364)
* Wed Aug 01 2012 jenkinsAATTsuse.de- Update to latest git (f15974b): + Better handling of stale tokens (no more 401\'s)
* Mon Jul 30 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 2012 cthielAATTsuse.com- add prettytable-requires.patch to fix python prettytable requirement
* Thu Jul 26 2012 bwiedemannAATTsuse.com- Update to master branch
* Thu Jul 26 2012 saschpeAATTsuse.de- Require python-setuptools, /usr/bin/glance needs it
* Wed Jun 27 2012 saschpeAATTsuse.de- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV- Simplify from_vcs macros
* Tue Jun 26 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 2012 jfehligAATTsuse.com- Add \'Requires: python >= 2.6.8\'
* Fri Apr 20 2012 bwiedemannAATTsuse.com- add bash completion for nova
* Fri Feb 24 2012 aspiersAATTsuse.com- include LICENSE, AUTHORS, and README.rst
* Mon Feb 06 2012 bwiedemannAATTsuse.com- update to version 2012.1
* Mon Oct 31 2011 cthielAATTsuse.com- update to version 2.6.6
* Tue Mar 15 2011 berendtAATTb1-systems.de- fixed autogenerated spec-file
* Tue Mar 15 2011 berendtAATTb1-systems.de- created initial version (2.4.1) of python-novaclient with py2pack