191abebaa91688cc081676ed3b1e050b9a2675c1
update_image and update_tags don't return updated images that requires to make extra "get" call. This change will not break backward compatibility because the only change is replacement of None value with Image object. Change-Id: Ifd9ddabdf03f5e8f9342faab8f349777512a0eb6 Closes-bug: #1493325
Python bindings to the OpenStack Sahara API
This is a client for the OpenStack Sahara API. There's a Python API
(the saharaclient module), and a command-line script
(sahara). Each implements the OpenStack Sahara API. You can
find documentation for both Python bandings and CLI in Docs.
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/python-saharaclient
- Source: http://git.openstack.org/cgit/openstack/python-saharaclient
- Bugs: http://bugs.launchpad.net/python-saharaclient
Description