Skip to content

Commit

Permalink
Still trying to find a call that works with the user
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Sep 25, 2019
1 parent 9d4008c commit 086076c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zaza/openstack/charm_tests/policyd/tests.py
Expand Up @@ -184,13 +184,13 @@ def test_disable_service(self):
keystone_client = (
openstack_utils.get_keystone_session_client(
keystone_session))
keystone_client.projects.list()
keystone_client.services.list()
logging.info("keystone IP:{} without policyd override "
"projects list working"
"services list working"
.format(ip))
except keystoneauth1.exceptions.http.Forbidden:
raise zaza_exceptions.PolicydError(
'Retrieve project list as demo user with project '
'Retrieve services list as demo user with project '
'scoped token passed and should have passed. IP = {}'
.format(ip))

Expand Down

0 comments on commit 086076c

Please sign in to comment.