commit | 85b660b3393a0217433917ba764a6c6a9c7a027e | [log] [tgz] |
---|---|---|
author | David Kranz <dkranz@redhat.com> | Mon Mar 23 10:26:52 2015 -0400 |
committer | David Kranz <dkranz@redhat.com> | Mon Mar 23 10:26:52 2015 -0400 |
tree | 53cec63b1b48127d5fca0fe9ff1a6b53f91b730c | |
parent | 1e33e374cee02a9236b719533e3d67dbe665b9f8 [diff] |
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