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:
parent
156dcfe3d5
commit
8e8c18894a
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user