"coercing to Unicode"
I'm getting an unauthorized 401 code when trying to run nova image-list
The immediate cause is a "coercing to Unicode... NoneType found" in Keystone call stack.
The cause for that AFAIU is that in
File "/p/os/identity/keystone/policy/backends/rules.py", line 110, in enforce
enforce(credentials, action, target)
the target has empty value ({}). The debug output will follow in separate post.
I guess I have misconfigured something subtly but what? I can get all types of Keystone lists, images upload in Glance, and all Nova services show fine.
The Keystone/etc. is 2012.2 for what it's worth.