Yeah - if you're v3 passing in domain is important. When you add user_domain_id and project_domain_id - what error do you get? (you have to pass in both)
On Friday, August 28, 2015 at 12:19:16 AM UTC-7, Antoine Voiry wrote: > > All, > I am facing something strange with the OS_SERVER module. > Also I was not able to specify the domain in auth. > Below is the code snipet > - os_server: > state: present > auth: > auth_url: https://xxxx/v3.0/ > username: xxxx > password: xxxx > project_name: xxxx > name: test_instance > availability_zone: AZ0 > image: "Ubuntu 14.04 trusty 64" > key_name: workstation > timeout: 200 > flavor: m1.medium > security_groups: default > validate_certs: no > auto_floating_ip: yes > > > fatal: [localhost]: FAILED! => {"changed": false, "extra_data": null, > "failed":true, "msg": "Error fetching server list: Error getting compute > endpoint: The resource could not be found. (HTTP 404)"} > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9e6ab74d-46af-49d1-8db4-c7ead8019803%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
