add Vendor model to select flavor/image at Tenant creation

Change-Id: I48343e55d24d5d298174f96886674cd75553fc41
diff --git a/xos/tosca/resources/vmmeservice.py b/xos/tosca/resources/vmmeservice.py
index 3001eac..dc51c47 100644
--- a/xos/tosca/resources/vmmeservice.py
+++ b/xos/tosca/resources/vmmeservice.py
@@ -5,3 +5,4 @@
 	provides = "tosca.nodes.VMMEService"
 	xos_model = VMMEService
 	copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "private_key_fn", "versionNumber"]
+