support the image that's installed from cloudlab-init
diff --git a/xos/tosca/imageselect.py b/xos/tosca/imageselect.py
index 2c0064f..0cf4da8 100644
--- a/xos/tosca/imageselect.py
+++ b/xos/tosca/imageselect.py
@@ -25,5 +25,9 @@
         if found_imgs:
             return found_imgs[0]
 
+        found_imgs=images.filter(name="trusty-server-multi-nic")    # demo
+        if found_imgs:
+            return found_imgs[0]
+
         raise Exception("Failed to find an acceptable image")