From 088d0f6981ceb199c1fff99a31d2a1eba7489749 Mon Sep 17 00:00:00 2001
From: Sergei Trofimov <sergei.trofimov@arm.com>
Date: Tue, 7 Jul 2015 16:20:24 +0100
Subject: [PATCH] fix: added remote_assets_mount_point to ingore list for cofig
 parsing

---
 wlauto/core/configuration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: