Try and enable root.

This commit is contained in:
Kevin Fenzi 2015-05-13 21:50:38 +00:00
parent 94bcdcfe28
commit 2c77eea468
2 changed files with 1 additions and 2 deletions

View file

@ -22,6 +22,7 @@
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
key_name: fedora-admin-20130801
auto_floating_ip: true
user_data: "#cloud-config\ndisable_root: 0"
register: nova_result
when: host_is_up|failed