specify auth_url for nova_flavour module

due used https
This commit is contained in:
Miroslav Suchý 2015-03-03 10:08:50 +00:00
parent b341df3533
commit eb0be78765

View file

@ -432,6 +432,7 @@
- name: create non-standard flavor
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"
##### download common Images #####