Comment 2 for bug 1202985

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/37860
Committed: http://github.com/openstack/glance/commit/3cd819fa6eedf07851c71c9f21aeb41d50e29776
Submitter: Jenkins
Branch: master

commit 3cd819fa6eedf07851c71c9f21aeb41d50e29776
Author: amalaba <email address hidden>
Date: Fri Jul 19 14:42:25 2013 +0530

    Simulate image_locations table in simple/api.py

    Currently the simple/api.py does not implement any 'image_locations'
    related actions as in sqlalchemy/api.py. Actions like image_create/
    image-update etc in simple/api.py does not look at making appropriate
    changes in the image_locations table as it does in sqlalchemy/api.py

    Change-Id: Ifae710d3d820225218ba72d7a16652b03b64a24f
    Fixes: Bug #1202985