Remove invalid use of kwargs from image clients

The image clients take **kwargs and pass it along to ServiceClient which
only takes a specific set of arguments. trace_requests is the only valid
parameter in kwargs so the signature was changed to simply accept this
additional parameter instead.

Change-Id: I6bfffcb66a248c960f52578a1aee9180b3202776
2 files changed