Comment 6 for bug 1553030

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

Reviewed: https://review.openstack.org/508729
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=1c13d8a232f1d129285aa2c494072fe796266ade
Submitter: Zuul
Branch: master

commit 1c13d8a232f1d129285aa2c494072fe796266ade
Author: Sean McGinnis <email address hidden>
Date: Sun Oct 1 07:08:00 2017 -0500

    Remove use of deprecated optparse module

    The optparse module has been deprecated for some time and all apps
    should be updated to use argparse instead. This switches our one
    remaining command that was using it to the newer argparse usage.

    Change-Id: I8f801fb804515ecf2a8b402b2923135379730098
    Closes-bug: #1553030