add Vendor model to select flavor/image at Tenant creation

Change-Id: Ifde87eaa83b0559c83afd7010068dd5465125e37
diff --git a/xos/synchronizer/steps/vsgwutenant_playbook.yaml b/xos/synchronizer/steps/vsgwutenant_playbook.yaml
index ede8674..4d6f0dc 100644
--- a/xos/synchronizer/steps/vsgwutenant_playbook.yaml
+++ b/xos/synchronizer/steps/vsgwutenant_playbook.yaml
@@ -1,11 +1,9 @@
 ---
 - hosts: {{ instance_name }}
+  gather_facts: False
   connection: ssh
   user: ubuntu
-  become: yes
-  gather_facts: no
+  sudo: yes
   tasks:
-
   vars:
-    - tenant_message: "{{ tenant_message }}"