<https://lh3.googleusercontent.com/-ReB3Ir_8kwk/WgLo3bef3XI/AAAAAAAAAAM/-N-M1DdCkOAmebs2dVM484uueNpnGr_wwCLcBGAs/s1600/Screenshot%2Bfrom%2B2017-11-08%2B16-21-39.png>
Hey Guys, I have tried all the modules of shade to automate my openstack 
using os_etc.
I found only one error which i would like share for resolving the issue.
The script is as under.


- name: Deploy on OpenStack
  hosts: localhost or hostip
  gather_facts: false
  tasks:
  - name: Create a project
    os_project:
      state: present
      auth:
         auth_url: http://ip:5000/v3
         username: example
         password: password
         user_domain_name: default
         project_domain_name: default
      name: project007
      description: this is for testing
      domain_id: default
      enabled: true


When i launch the job from ansible tower for this script to create a 
project inside my openstack the job not runs and i found some errors.


-- 
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/5d2c53a9-ea84-425b-aa43-90db3c4621cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to