new default image for vCPE
diff --git a/xos/cord/models.py b/xos/cord/models.py
index 5c5d972..6b52fb3 100644
--- a/xos/cord/models.py
+++ b/xos/cord/models.py
@@ -243,7 +243,8 @@
 
     @property
     def image(self):
-        LOOK_FOR_IMAGES=["Ubuntu 14.04 LTS",    # portal
+        LOOK_FOR_IMAGES=["ubuntu-vcpe",         # ONOS demo machine -- preferred vcpe image
+                         "Ubuntu 14.04 LTS",    # portal
                          "Ubuntu-14.04-LTS",    # ONOS demo machine
                         ]
         for image_name in LOOK_FOR_IMAGES: