Having the same problem with os_volume that I had with glance images where 
I get a 404 error.  

- Ansible 2.0 playbook: 

 - name: ensure there is a volume for storing data. 
    os_volume: 
      size: 40
      display_name: lab_volume
    register: vol 

Error message: 
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": 
"Error fetching volume list: Not Found (HTTP 404)"}

When I got an error like this with glance, I had to go in and modify some 
code in the shade library.  I made sure I put the shade library back to 
what it was before so it shouldn't be the issue here.  

My OpenStack (metacloud) uses v1 APIs of cinder.  

The other issue, somewhat related is using the security_groups found in 
2.0.  Those don't work with my openstack environment either because they 
require neutron.  No neutron in my environment.  

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7b65294d-df88-46bf-8ef9-cef5721d72d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to