Merge "Remove versions list from images config"
This commit is contained in:
commit
2dc1147347
@ -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…
x
Reference in New Issue
Block a user