python-novaclient/novaclient
Dan Smith 41aeb89cae Fix aggregate_update name and availability_zone clash
The name and availability_zone arguments to aggregate update were
replaced by optional parameters in change
I778ab7ec54a376c60f19dcc89fe62fcab6e59e42. However, the '--name' and
'name' arguments in the parser would conflict, resulting in only the
deprecated argument working. Thus, attempting to update the name
on an aggregate using --name would end up doing a PUT with no new
name provided.

Note that there were unit tests for this, but they were not catching
this problem. So, this removes those tests and adds functional tests
to poke it.

Change-Id: Ifef6fdc1a737dd219712a4525d4e34afd3fbd80c
Closes-Bug: #1673789
(cherry picked from commit 20f00553d0)
(cherry picked from commit 983f7211a8)
2017-10-03 20:43:47 +00:00
..
tests Fix aggregate_update name and availability_zone clash 2017-10-03 20:43:47 +00:00
v2 Fix aggregate_update name and availability_zone clash 2017-10-03 20:43:47 +00:00
__init__.py Add support for v2.37 and auto-allocated networking 2016-08-19 21:32:52 -04:00
api_versions.py Cap image API deprecated methods at 2.35 2016-08-19 16:25:07 -04:00
auth_plugin.py [Trivial] change some functions in novaclient/utils.py to public 2016-04-27 20:13:45 +08:00
base.py Look up image names directly in glance 2016-08-12 16:00:56 -04:00
client.py Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-08-24 11:56:56 +05:30
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Fix deprecation message for --volume-service-name 2016-07-18 16:45:48 -04:00
utils.py Modify flatten method to display an empty dict 2016-08-05 02:15:14 +09:00