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/b425a21e-d3d6-4048-a28f-56fa28ac3a18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to