Remove duplicate role assignment in federated setup

Our federated test cases have their own dedicated testing setup that
goes through and creates everything, including domains, projects,
roles, groups, role assignments, etc...

There was a duplicated role assignment that looks like it was missed
in a refactor. This commit removes the duplicated role assignment.

Change-Id: I93cdb2e58d83ff98dd40e54d91e520b5ef606b3a
This commit is contained in:
Lance Bragstad 2016-12-22 17:13:10 +00:00
parent 9f570b6a89
commit 2674918d7b
1 changed files with 0 additions and 4 deletions

View File

@ -289,10 +289,6 @@ class FederatedSetupMixin(object):
group_id=self.group_admins['id'],
project_id=self.project_all['id'])
self.assignment_api.create_grant(self.role_customer['id'],
group_id=self.group_customers['id'],
domain_id=self.domainA['id'])
# Customers can access:
# * domain A
self.assignment_api.create_grant(self.role_customer['id'],