Merge "Remove versions list from images config"

This commit is contained in:
Jenkins 2015-05-08 15:34:05 +00:00 committed by Gerrit Code Review
commit 2dc1147347

View File

@ -267,11 +267,6 @@ class ImagesConfig(ConfigSectionInterface):
"""Path to versions data"""
return self.get('versions_data')
@property
def versions_list(self):
"""List of versions"""
return [x.strip() for x in self.get('versions_list', "").split(',')]
@property
def account_list(self):
"""List of accounts"""