Image tags can't be added and removed simultaneously in one call

Bug #1500790 reported by Andrey Pavlov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python client library for Sahara
Fix Released
Medium
Andrey Pavlov

Bug Description

For example, we have an image with the following tags - ['fake', '0.1'] and we want it to have ['vanilla', '0.1'] tags instead. So, we call update_tags(image_id, ['vanilla', '0.1']), but the image has the following tags after update ['fake', '0.1', 'vanilla'] (Tags were added but not removed)

Changed in python-saharaclient:
assignee: nobody → Andrey Pavlov (apavlov-n)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-saharaclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/228822

Changed in python-saharaclient:
status: New → In Progress
Changed in python-saharaclient:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-saharaclient (master)

Reviewed: https://review.openstack.org/228822
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=cbaf34c69fb045001adbbe194894aa7396f27675
Submitter: Jenkins
Branch: master

commit cbaf34c69fb045001adbbe194894aa7396f27675
Author: Andrey Pavlov <email address hidden>
Date: Tue Sep 29 13:21:49 2015 +0300

    Fixed problem with tags update

    Now tags can be added and removed simultaneously
    in one call

    Change-Id: I7709c408e78cf08f220f9e0eae9e8359eb5ed284
    Closes-bug: #1500790

Changed in python-saharaclient:
status: In Progress → Fix Committed
Changed in python-saharaclient:
milestone: none → 0.12.0
Changed in python-saharaclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.