Correct tag name for tc:approved-release
The OpenStack Technical Committee recently changed the name of the 'tc-approved-release' tag to 'tc:approved-release'.[1] This patch modifies stackalytics to account for the new name. [1] https://review.openstack.org/#/c/393185/ Closes-bug: #1647903 Change-Id: I181626aab389c19bc1e6fcddf4941d5cfec1cc60
This commit is contained in:
@@ -23,7 +23,7 @@ from stackalytics.processor import utils
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
# list of supported tags
|
||||
TAGS = ['tc-approved-release', 'type:service', 'type:library']
|
||||
TAGS = ['tc:approved-release', 'type:service', 'type:library']
|
||||
|
||||
|
||||
def _make_module_group(module_groups, name):
|
||||
|
||||
Reference in New Issue
Block a user