commit | b7c2e984eb2a8b53276e5d70cae6c545be5056a6 | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Sep 06 18:55:33 2017 -0500 |
committer | Omar Abdelkader <omikader@gmail.com> | Thu Sep 07 12:21:23 2017 -0500 |
tree | 965f52ee52241b0de5b943da1779bd2b641dc6fd | |
parent | b2a6014ce43f6a3fecf1eecc6768dfe9d6d9caaf [diff] [blame] |
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 }}" +