Remove versions list from images config

*Removed versions_list from images config as it is
not longer needed

Change-Id: I46a2582ea5194e54ed0cdc3f7d96d9273946ba37
This commit is contained in:
Luke Wollney 2015-05-06 15:13:42 -05:00
parent 156dcfe3d5
commit 8e8c18894a

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"""