Revisions of python-novaclient

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 434263 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- Remove python-keyring from BuildRequires. It's optional.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 425675 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 21)
update to version 6.0.0
  * Cap baremetal python APIs at 2.35
  * Store api_version object in one place
  * Replace functions 'Dict.get' and 'del' with 'Dict.pop'
  * Fixes TypeError on Client instantiation
  * Deprecate all the nova-network functions in the python API
  * Fix test_trigger_crash_dump_in_locked_state_nonadmin test
  * Removed unused 'install_venv' module
  * Add eggs to gitignore list
  * Add support for v2.37 and auto-allocated networking
  * [functional] Skip tests if API doesn't support microversion
  * [functional] Do not discover same resources for every test
  * Cap image API deprecated methods at 2.35
  * Pick first image if can't find the specific image
  * Updated from global requirements
  * Deprecate network-* commands and clamp to microversion 2.35
  * functional tests fail if cirros image not exist

update to version 5.1.0
  * Change all test URLs to use example.com
  * base.Resource not define __ne__() built-in function
  * Use neutron for network name -> id resolution
  * Add a missing i18n support
  * Add support for microversion 2.31
  * Correctly handle NOVACLIENT_INESCURE
  * Added support for microversion 2.34
  * Fix boot --nic error message for v2.32 boundary
  * Add support for microversion 2.33
  * Remove discover from test-requirements
  * Added smaller flavors for novaclient functional tests to use
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 384351 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- update to 3.3.1:
  * Remove console expectation from NMI tests
  * Fix host-evacuate-live for 2.25 microversion
  * Update .gitreview for stable/mitaka

- update to 3.3.0:
  * [microversion] Bump to 2.25
  * Support for abort an ongoing live migration
  * Add two server-migration commands and bump migration-list command
  * Use isinstance instead of type
  * Support for forcing live migration to complete
  * Adds missing internationalization for help message
  * [microversions] Enable 2.21
  * [microversions] fix help msg for versioned args
  * Use assertIsNone instead of assertEqual(None, ***)
  * Functional tests for trigger-crash-dump (microversion 2.17)
  * Fix string interpolation at logging call
  * Updated from global requirements
  * Add a way to discover only contrib extensions
  * [functional] Move code for boot vm to base testcase
  * [microversions] Enable 2.20
  * [microversions] Turn off check for header in response
  * [microversions] Add support for 2.19
  * Allow to specify a network for functional tests
  * Provide user with coherent interface to get request_ids
  * [microversions] Skip microversion 2.18
  * Fix running functional tests against deployment with insecure SSL
  * Updated from global requirements
  * Make _poll_for_status more user-friendly
  * Fix omission of request_ids returned to user
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 337163 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
- update to 2.30.1:
  * Always send volume_id when booting with legacy bdm
  * Update .gitreview for stable/liberty
  * Change ignore-errors to ignore_errors
  * Modify nova help list message for --tenant
  * Updated from global requirements
  * Encode unicode filter arguments for server list
  * [docs] Fix length of underline
  * Updated from global requirements
  * Fix nova bash-completion needs authentication
  * Show reserved status for a fixed_ip if available
  * Fix unicode issue in shell.main() error handling
  * Remove redundant help command test and commonize
  * Fix the homepage url in setup.cfg
  * Fix mistakes in comments
  * Modify "nova keypair-show" Positional arguments help information

- update to 2.29.0:
  * make sure os_password is set for auth_plugins
  * [BugFix] Change parameters for legacy bdm
  * Set api_version to 2.0 by default for v2.Client
  * Deprecate 'novaclient.client.get_client_class'
  * Restrict direct usage of novaclient.v2.client
  * Fix bugs with rackspace
  * Enable i18n with Babel
  * Fix nova --help needs authentication
  * [Bug-Fix] Update requests body for quota-update
  * Adds missing internationalization for help message
  * workaround for RAX repose configuration
  * fix novaclient functional tests for new devstack config
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 320751 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- add %name-rpmlintrc
- Use %{version} in source

- Switch to version 2.23.0

- Update to version python-novaclient-2.23.0.post17:
  * Remove all imports from oslo namespace
  * Fix typo on class Client sample

- Update to version python-novaclient-2.23.0.post13:
  * Uncap library requirements for liberty

- Update to version python-novaclient-2.23.0.post12:
  * Combine test cases for checking nova limits response

- Update to version python-novaclient-2.23.0.post10:
  * Fix repr of FloatingIPBulk

- Update to version python-novaclient-2.23.0.post8:
  * Don't record time when self.timing is False

- Update to version python-novaclient-2.23.0.post6:
  * Fix comments on metadata number limitation
  * Corrected help for nova boot when attaching block device

- Update to version python-novaclient-2.23.0.post3:
  * Removes reference to v3 nova api from novaclient docs

- Update to version python-novaclient-2.23.0.post2:
  * Updated from global requirements
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 17)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227716 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- switch to released version (2.17.0) 

- Update to version python-novaclient-2.17.0.24.g733f1e5:
  * Fix authentication bug when booting an server in V3

- 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

- 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

- Update to version python-novaclient-2.17.0.6.g8c7524b:
  * Work around pypy testing issue

- Update to version python-novaclient-2.17.0.5.g14deb01:
  * Nova CLI for server groups
  * Removes copy of output of 'nova help' from README

- Update to version python-novaclient-2.17.0.2.gc92485e:
  2.17.0
  * Add os-server-external-events support
  * Fix some spelling mistakes

- Update to version python-novaclient-2.16.0.14.gd0b6550:
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225078 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 15)
- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)

- Add refresh_patches source service
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 203656 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- Downgrade to version 2.15.0:
  * better ship a released tarball
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200726 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 11)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199242 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- Update to version 2.14.1.54:
  + Python3: Fix traceback while running unit tests
  + Python3: Use six.StringIO for io.Bytes()

- Update to version 2.14.1.50:
  + Add support for os-assisted-volume-snapshots

- Update to version 2.14.1.48:
  + Unittests added for client v1_1

- Update to version 2.14.1.47:
  + Update oslo from oslo-incubator

- Update to version 2.14.1.46:
  + New syntax to boot from a block device mapping
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197424 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
- Update to version 2.14.1.45:
  + Suport instance list pagination in novaclient, Part I
  + Add interface for listing security groups of an instance

- 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

- Update to version 2.14.1.32:
  + Upgrade to Hacking 0.7
  + Fix and gate on H501, no locals for string formatting

- Update to version 2.14.1.28:
  + Sync py3kcompat from oslo

- Update to version 2.14.1.27:
  + Update oslo
  + Update mailmap
  + Update mailmap
  + Allow name argument to flavor-access-add

- Update to version 2.14.1.19:
  + Add support for swap_volume
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 188169 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- Update to version 2.14.1.17:
  + python3: Fix traceback while running tests

- Update to version 2.14.1.16:
  + Begin adding v3 api support
  + Enable v3 api code
  + Remove old references
  + Updated from global requirements

- Update to version 2.14.1.8:
  + Clean up inaccurate docstrings of server list() method
  + FakeClient: fix the arguments of a string format.

- Update to version 2.14.1.4:
  + Fix typo and grammar in docstring only

- Update to version 2.14.1.2:
  + Do not restrict flavor to only ID and integers

- Update to version 2.14.0.1:
  + remove requests version max

- Update to version 2.13.0.153:
  + Sync with global requirements

- Drop upstreamed patches

- Update to version 2.13.0.112:
  + CLI for disable service reason
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181882 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- Update to version 2.13.0.107:
  + python3: Fix print statements

- Update to version 2.13.0.105:
  + python3: Compatibility for iteritems differences

- Update to version 2.13.0.103:
  + Bring stdout/stderr capturing in line w/ nova
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181571 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
- Update to version 2.13.0.101:
  + Fixup trivial License Header mismatch.
- Only depend on python-discover on SLE, it's a Python-2.6 feature
  backport
- update testrequires 
- python-pbr/d2to1 requires 
- drop 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch 

- remove 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
- add 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 178486 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 5)
Update to latest Grizzly
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 172714 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 3)
Split 12.3 from Factory
Displaying revisions 21 - 40 of 42
openSUSE Build Service is sponsored by