Skip to content

Commit 59d12a6

Browse files
author
Steve Martinelli
committed
unwedge the osc gate
keystone added a new property to projects, called is_domain. our functional tests fail because we are not expecting that in the project's 'show' command. Change-Id: Idf05118155847e3a6002818c44b99825801ea9f4 Related-Bug: #1487600
1 parent 913faaa commit 59d12a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functional/tests/identity/v3/test_identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IdentityTests(test.TestCase):
2828
TOKEN_FIELDS = ['expires', 'id', 'project_id', 'user_id']
2929
USER_FIELDS = ['email', 'enabled', 'id', 'name', 'name',
3030
'domain_id', 'default_project_id', 'description']
31-
PROJECT_FIELDS = ['description', 'id', 'domain_id',
31+
PROJECT_FIELDS = ['description', 'id', 'domain_id', 'is_domain',
3232
'enabled', 'name', 'parent_id', 'links']
3333
ROLE_FIELDS = ['id', 'name', 'links']
3434
SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description']

0 commit comments

Comments
 (0)