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
This commit is contained in:
parent
913faaa392
commit
59d12a63b4
@ -28,7 +28,7 @@ class IdentityTests(test.TestCase):
|
|||||||
TOKEN_FIELDS = ['expires', 'id', 'project_id', 'user_id']
|
TOKEN_FIELDS = ['expires', 'id', 'project_id', 'user_id']
|
||||||
USER_FIELDS = ['email', 'enabled', 'id', 'name', 'name',
|
USER_FIELDS = ['email', 'enabled', 'id', 'name', 'name',
|
||||||
'domain_id', 'default_project_id', 'description']
|
'domain_id', 'default_project_id', 'description']
|
||||||
PROJECT_FIELDS = ['description', 'id', 'domain_id',
|
PROJECT_FIELDS = ['description', 'id', 'domain_id', 'is_domain',
|
||||||
'enabled', 'name', 'parent_id', 'links']
|
'enabled', 'name', 'parent_id', 'links']
|
||||||
ROLE_FIELDS = ['id', 'name', 'links']
|
ROLE_FIELDS = ['id', 'name', 'links']
|
||||||
SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description']
|
SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user