<https://lh3.googleusercontent.com/-TxHiqND0N5s/WN6VvqIzAjI/AAAAAAAAAF8/n-_XSxN1KZ8ZUdOvU-GoExcpuo0jqE_mACLcB/s1600/Screenshot%2B%25281101%2529.png>
 

> Hello Amarjeet Raja,
>

I worked out on your above example with again and again by changing the 
openstack integration with ansible.
But i got the below error. 

"Problem with auth parameters"

my original code :

*#create a new instance in HP Cloud AE1 region availability zone az2 and*
*# automatically assigns a floating IP*
*- name: launch a compute instance*
*  hosts: localhost*
*  sudo: yes*
*  tasks:*
*#  - name: echo PATH into bashrc*
*#    action: lineinfile dest=~/.bash_profile line='export 
user_domain_name=default' insertafter='EOF' regexp='export 
user_domain_name.*'  state=present*

*  - name: launch an instance*
*    os_server:*
*     state: present*
*     auth:*
*      auth_url: http://192.168.8.25:5000/v3/*
*      username: admin*
*      password: MiracleIT*
*     # password: admin*
*      project_name: admin*
*      register: catalog*
*     auth_type: password*
*     name: vm1*
*     region_name: RegionOne*
*     availability_zone: nova*
*     image: 913ef163-e2aa-4161-85d4-16a9924abfa1*
*     key_name: ubuntutestkeypair1*
*     timeout: 200*
*     flavor: m1.medium*
*     security_groups: default*
*     auto_ip: yes*
*  - debug: var=catalog*



I attached the error.  will you please suggest me any guide to do ansible 
integration with Openstack,


*Thank you.*

 

-- 
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/49c15b36-cf98-4e26-be49-144c728cdca4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to