<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">shade fails if see too duplicate images
      in account.<br>
      <br>
      <pre name="bb64" id="bb64" class="graf graf--pre graf-after--p">o = shade.OpenStackCloud(**creds)
o.create_image(name=’killme’, filename=’/tmp/random_junk’, disk_format=’qcow2', container_format=’bare’, wait=True)</pre>
      <pre name="54b3" id="54b3" class="graf graf--pre graf-after--pre"><code class="markup--code markup--pre-code">Traceback (most recent call last):
 ...
  File "/usr/lib/python2.7/dist-packages/shade/openstackcloud.py", line 2269, in create_image
    current_image = self.get_image(name)
  File "/usr/lib/python2.7/dist-packages/shade/openstackcloud.py", line 1703, in get_image
    return _utils._get_entity(self.search_images, name_or_id, filters)
  File "/usr/lib/python2.7/dist-packages/shade/_utils.py", line 143, in _get_entity
    "Multiple matches found for %s" % name_or_id)
shade.exc.OpenStackCloudException: Multiple matches found for killme</code></pre>
      <br>
      <br>
      On 11/18/2016 12:20 AM, Clint Byrum wrote:<br>
    </div>
    <blockquote cite="mid:1479421125-sup-467@fewbar.com" type="cite">
      <pre wrap="">You may find the 'shade' library a straight forward choice:

<a class="moz-txt-link-freetext" href="http://docs.openstack.org/infra/shade/">http://docs.openstack.org/infra/shade/</a>

Excerpts from George Shuklin's message of 2016-11-17 20:17:08 +0200:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello.

I can't find proper documentation about how to use openstack clients 
from inside python application. All I can find is just examples and 
rather abstract (autogenerated) reference. Is there any normal 
documentation about proper way to use openstack clients from python 
applications?


Thanks.

</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
OpenStack-operators mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>