Re: [Openstack-operators] Using novaclient, glanceclient, etc, from python

2016-11-26 Thread Ricardo Carrillo Cruz
eate_image. And it traces on duplicate images > during creation process, not while passing image name to some 'create > instance' or 'delete image' functions.\ > > Or you want to say I need to pass uuid for new image in image_create() > function? Never hear about s

Re: [Openstack-operators] Using novaclient, glanceclient, etc, from python

2016-11-25 Thread Ricardo Carrillo Cruz
That is expected. The shade calls accept name_or_id param for a lot of methods for convenience. In your case, as there are multiple images with the same name you should pass the ID of the image you want to use, otherwise shade cannot guess it. 2016-11-25 11:42 GMT+01:00 George Shuklin : > shade

[Openstack-operators] [designate][ansible] Ansible OpenStack modules for Designate available

2016-07-29 Thread Ricardo Carrillo Cruz
Hi there I'm happy to report that modules to manage Designate zones and recordsets have landed on Ansible extras devel branch: https://github.com/ansible/ansible-modules-extras/blob/devel/cloud/openstack/os_zone.py https://github.com/ansible/ansible-modules-extras/blob/devel/cloud/openstack/os_re