Comment 3 for bug 1213197

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

Reviewed: https://review.openstack.org/47161
Committed: http://github.com/openstack/glance/commit/7e6319d95554413f1a0856603f434c9c60b8d256
Submitter: Jenkins
Branch: master

commit 7e6319d95554413f1a0856603f434c9c60b8d256
Author: AmalaBasha <email address hidden>
Date: Wed Sep 18 18:52:47 2013 +0530

    glance-manage should work like nova-manage

    nova-manage supports subcommands of db, for nova-manage,
    eg) 'nova-manage db sync',
    glance manage however has individual commands like db_sync, db_version
    etc. This patch aims at adding the db operations as subcommands to db in
    glance-manage similar to nova and refactoring this bit of code in
    cmd/manage.py

    Fixes: bug 1213197
    Change-Id: I6fad31766bc1cec2a666a7ebc8df5c732007c5f1