let the id be autogenerated
This commit is contained in:
parent
dfd6c7dd2a
commit
3e19ed68bd
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@
|
|||
nova_flavor:
|
||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||
name="m1.builder" id="6" ram="5120" disk="50" vcpus="2" swap="5120"
|
||||
name="m1.builder" ram="5120" disk="50" vcpus="2" swap="5120"
|
||||
|
||||
##### download common Images #####
|
||||
- get_url: url=http://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2 dest=/root/images/Fedora-x86_64-20-20140407-sda.qcow2 mode=0440
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue