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:
Mark T. Voelker
2016-12-16 11:09:19 -05:00
parent ad0e01aed9
commit a90ddddbc7
5 changed files with 12 additions and 12 deletions

View File

@@ -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):