nova/nova/tests
Jay Pipes f1554d1b52 prevent common kwargs from glance client failure
When creating a snapshot of a server using the nova API, failure occurs
if the image contains the metadata property "version". This was due to
the way that the GlanceClientWrapper.call() function signature was
structured.

This patch forces all client positional args to be passed as a named
"args" argument to the call() function and all client named args to be
pass as a named "kwargs" argument to the call() function. This
eliminates any argument name-shadowing that previously caused issues.

Closes-bug: #1717547
Change-Id: I3ed3303309fe2a25c0043fd206f36bada4b3b8f9
(cherry picked from commit 5c21a00e89)
(cherry picked from commit 07ccc82af0)
2019-04-06 19:18:32 +00:00
..
functional Merge "Don't persist RequestSpec.requested_destination" into stable/queens 2019-03-21 15:22:22 +00:00
live_migration/hooks Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:45 +00:00
unit prevent common kwargs from glance client failure 2019-04-06 19:18:32 +00:00
__init__.py
fixtures.py Make service all-cells min version helper use scatter-gather 2019-02-18 18:05:08 +01:00
json_ref.py Nits from Ic3ab7d60e4ac12b767fe70bef97b327545a86e74 2017-11-28 15:55:45 +01:00
uuidsentinel.py