add Vendor model to select flavor/image at Tenant creation

Change-Id: Id31ad8540fb6590805988bbbaebfef8d9886d702
diff --git a/xos/synchronizer/steps/vbbutenant_playbook.yaml b/xos/synchronizer/steps/vbbutenant_playbook.yaml
index de19598..74ea6bb 100644
--- a/xos/synchronizer/steps/vbbutenant_playbook.yaml
+++ b/xos/synchronizer/steps/vbbutenant_playbook.yaml
@@ -3,6 +3,7 @@
   gather_facts: False
   connection: ssh
   user: ubuntu
-  become: yes
+  sudo: yes
+  tasks:
   vars:
-    - tenant_message: "{{ tenant_message }}"
+