mark.sturdevant 2ec35ef8ff Fix call to Client() with 2 api_version args
The Client() uses api_version as the positional
parameter, so also sending the api_version as a kwarg
causes a python error. The log shows this "recoverable"
error, but the UI becomes unusable.

Recoverable error: Client() got multiple values for
keyword argument 'api_version'

Change-Id: I8c8287899f7659273f6768f3c441aa48904dfc74
Closes-Bug: #1524508
2015-12-09 13:47:50 -08:00
..