diff --git a/wlauto/core/configuration.py b/wlauto/core/configuration.py index 99a57a47..7ebf1910 100644 --- a/wlauto/core/configuration.py +++ b/wlauto/core/configuration.py @@ -496,7 +496,7 @@ class RunConfiguration(object): # List of names that may be present in configuration (and it is valid for # them to be there) but are not handled buy RunConfiguration. - ignore_names = ['logging'] + ignore_names = ['logging', 'remote_assets_mount_point'] def get_reboot_policy(self): if not self._reboot_policy: