File python-novaclient.changes of Package python-novaclient
--------------------------------------------------------------------
Wed Dec 19 11:48:12 UTC 2012 - saschpe@suse.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 11:36:20 UTC 2012 - saschpe@suse.de
- Use --install-data=%{python_sitelib} to install novaclient/versioninfo
into the correct location (instead of %{_prefix})
-------------------------------------------------------------------
Wed Dec 5 09:31:04 UTC 2012 - saschpe@suse.de
- Use @PARENT_TAG@ in _service file to automate versioning
-------------------------------------------------------------------
Mon Dec 3 11:54:41 UTC 2012 - saschpe@suse.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 12:38:13 UTC 2012 - saschpe@suse.de
- Use openstack-macros
-------------------------------------------------------------------
Fri Nov 9 14:29:37 UTC 2012 - saschpe@suse.de
- Downgrade version to new upstream scheme: 2.9.0 (bnc#787387)
-------------------------------------------------------------------
Thu Nov 8 11:15:13 UTC 2012 - saschpe@suse.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 10:17:18 UTC 2012 - saschpe@suse.de
- Add Provides/Obsoletes for openSUSE-12.2 package name
(openstack-novaclient and python-python-novaclient)
-------------------------------------------------------------------
Fri Oct 12 13:31:27 UTC 2012 - vuntz@suse.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 07:25:12 UTC 2012 - vuntz@suse.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 13:23:10 UTC 2012 - vuntz@suse.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 06:11:30 UTC 2012 - jenkins@suse.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 06:10:35 UTC 2012 - cthiel@suse.com
- remove prettytable-requires.patch, has been merged upstream
https://review.openstack.org/#/c/10358/
-------------------------------------------------------------------
Mon Aug 6 22:05:33 UTC 2012 - jenkins@suse.de
- Update to latest git (077cc0b):
+ gitignore ChangeLog and add to MANIFEST.in.
-------------------------------------------------------------------
Fri Aug 3 13:22:56 UTC 2012 - rhafer@suse.de
- Fixed Dependencies (bnc#774364)
-------------------------------------------------------------------
Wed Aug 1 22:05:17 UTC 2012 - jenkins@suse.de
- Update to latest git (f15974b):
+ Better handling of stale tokens (no more 401's)
-------------------------------------------------------------------
Mon Jul 30 22:06:31 UTC 2012 - jenkins@suse.de
- Update to latest git (cefd0fc):
+ change image list and network list data to be sorted by name rather than UUID
-------------------------------------------------------------------
Thu Jul 26 21:23:29 UTC 2012 - cthiel@suse.com
- add prettytable-requires.patch to fix python prettytable requirement
-------------------------------------------------------------------
Thu Jul 26 11:12:58 UTC 2012 - bwiedemann@suse.com
- Update to master branch
-------------------------------------------------------------------
Thu Jul 26 10:40:54 UTC 2012 - saschpe@suse.de
- Require python-setuptools, /usr/bin/glance needs it
-------------------------------------------------------------------
Wed Jun 27 09:55:20 UTC 2012 - saschpe@suse.de
- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV
- Simplify from_vcs macros
-------------------------------------------------------------------
Tue Jun 26 11:30:30 UTC 2012 - saschpe@suse.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 11:06:04 MDT 2012 - jfehlig@suse.com
- Add 'Requires: python >= 2.6.8'
-------------------------------------------------------------------
Fri Apr 20 09:49:17 UTC 2012 - bwiedemann@suse.com
- add bash completion for nova
-------------------------------------------------------------------
Fri Feb 24 15:57:38 GMT 2012 - aspiers@suse.com
- include LICENSE, AUTHORS, and README.rst
-------------------------------------------------------------------
Mon Feb 6 11:45:06 UTC 2012 - bwiedemann@suse.com
- update to version 2012.1
-------------------------------------------------------------------
Mon Oct 31 02:42:09 UTC 2011 - cthiel@suse.com
- update to version 2.6.6
-------------------------------------------------------------------
Tue Mar 15 19:45:50 CET 2011 - berendt@b1-systems.de
- fixed autogenerated spec-file
-------------------------------------------------------------------
Tue Mar 15 15:08:41 CET 2011 - berendt@b1-systems.de
- created initial version (2.4.1) of python-novaclient with py2pack