Fill in openstack-others project type

All projects located in 'openstack' organization, but not listed
in the official projects list are grouped into 'openstack-others'
project type.

Change-Id: Ib7caee39294a24e0030de6c8a5116c9a31147a27
This commit is contained in:
Ilya Shakhat
2015-10-02 13:43:27 +03:00
parent 0d6c3a9974
commit bc7aec7626
6 changed files with 56 additions and 27 deletions

View File

@@ -77,19 +77,30 @@ class TestGovernance(testtools.TestCase):
'tc-approved-release': {
'id': 'tc-approved-release',
'module_group_name': 'tc-approved-release',
'modules': ['sahara', 'sahara-extra', 'sahara-image-elements'],
'modules': [],
'releases': {
'liberty': ['sahara', 'sahara-extra',
'sahara-image-elements'],
},
'tag': 'project_type'
},
'type:library': {
'id': 'type:library',
'module_group_name': 'type:library',
'modules': ['python-saharaclient', 'sahara-dashboard'],
'modules': [],
'releases': {
'liberty': ['python-saharaclient', 'sahara-dashboard'],
},
'tag': 'project_type'
},
'type:service': {
'id': 'type:service',
'module_group_name': 'type:service',
'modules': ['sahara', 'sahara-extra', 'sahara-image-elements'],
'modules': [],
'releases': {
'liberty': ['sahara', 'sahara-extra',
'sahara-image-elements'],
},
'tag': 'project_type'
},
'openstack-official': {
@@ -103,6 +114,13 @@ class TestGovernance(testtools.TestCase):
},
'tag': 'project_type'
},
'openstack-others': {
'id': 'openstack-others',
'module_group_name': 'openstack-others',
'modules': [],
'releases': {},
'tag': 'project_type'
}
}
releases = [{