Files
python-novaclient/novaclient/tests
Jamie Lennox 003f1ed048 Pass kwargs through to the adapter
A major point of the adapter is that we should be able to add new
arguments to the adapter that are supported automatically by the clients
that support it. This means we have to pass all additional arguments
through to adapter.

Regardless of whether the arguments are passed to the adapter or to the
traditional client the kwargs are explicitly provided so we won't end up
with missing arguments.

Closes-Bug: #1403329
Change-Id: I7303b184875dc296ca855ad89496173c42070879
2014-12-19 11:15:32 +10:00
..
2014-12-03 14:11:39 +02:00
2014-12-19 11:15:32 +10:00
2014-11-18 17:21:30 +02:00
2014-12-03 14:11:39 +02:00
2014-12-12 15:10:29 +01:00