Skip test_show_host volume test

This PS makes test_show_host volume test in test_volume_hosts_rbac
skip until bug 1732808 is resolved. This is because Cinder does
not currently do policy enforcement for this endpoint.

Instead, Cinder checks whether the request context is_admin [1].
The policy in code documentation [0] does not include the "show"
endpoint for the "volume_extension:hosts" policy action
(i.e. GET /hosts/{host_name} is missing).

[0] https://github.com/openstack/cinder/blob/10a3f4e1c6f21effc79fd309628111c221543e0d/cinder/policies/hosts.py
[1] https://github.com/openstack/cinder/blob/0cf910d4345c000e8c306b1cb2b2dd291975cf71/cinder/api/contrib/hosts.py#L149

Related-Bug: #1732808
Change-Id: I348166738ae574ebd7220802cfc00f143d52aa2c
1 file changed