Fixed invalid error message

In setcontext() method of tempest/common/glance_http
module, error message is not formatted property which
leads to error "TypeError: not all arguments converted
during string formatting".

Added appropriate format specifiers to avoid error.

Closes-Bug: 1483230
Change-Id: I48a1f7bf45f563de5959e97ff43b1bc2845feb9f
1 file changed