Merge "Add scaling policy version support message" into stable/queens

This commit is contained in:
Zuul 2018-02-25 18:29:52 +00:00 committed by Gerrit Code Review
commit c08609c2a6
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ class ScalingPolicy(base.Policy):
"""
VERSION = '1.0'
VERSIONS = {
'1.0': [
{'status': consts.SUPPORTED, 'since': '2016.04'}
]
}
PRIORITY = 100