Merge "Adds path separator character configuration for images"
This commit is contained in:
commit
f8249a123b
@ -37,6 +37,11 @@ class ImagesConfig(ConfigSectionInterface):
|
||||
"""The default user created when a server is booted."""
|
||||
return self.get("primary_image_default_user")
|
||||
|
||||
@property
|
||||
def primary_image_path_separator(self):
|
||||
"""The character used to separate directories for the image."""
|
||||
return self.get("primary_image_path_separator", "/")
|
||||
|
||||
@property
|
||||
def secondary_image(self):
|
||||
"""Alternate image to be used in compute test"""
|
||||
|
Loading…
Reference in New Issue
Block a user