0869196ca2c3e7d62ce5d5ee1714f4a531ed6c3b
The check used to verify if there are any properties to remove in the V2 image-update command will always execute even if there are no properties to remove due to the fact that it checks if remove_prop is not None, when it is actually a list and not a None value. Closes-Bug: #1475053 Change-Id: Ia36e945b880de3514c73073a392bdb7dde13cf84
Python bindings to the OpenStack Images API ============================================= This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress. Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_. See release notes and more at `<http://docs.openstack.org/developer/python-glanceclient/>`_. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-glanceclient * Source: http://git.openstack.org/cgit/openstack/python-glanceclient * Bugs: http://bugs.launchpad.net/python-glanceclient
Description
Languages
Python
99.4%
Shell
0.6%