Zun

Comment 7 for bug 1702587

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

Reviewed: https://review.openstack.org/482787
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=4fcb465879f904cb04da99a7f48cd71db486edbd
Submitter: Jenkins
Branch: master

commit 4fcb465879f904cb04da99a7f48cd71db486edbd
Author: Kien Nguyen <email address hidden>
Date: Wed Jul 12 10:41:02 2017 +0700

    Fix some errors and warnings

    - Dictionary contains duplicate keys.
    - Unexpected arguments.
    - Missed call to __init__ of super class.
    - Missing import i18n marker function in zun/api/controllers/v1/images.py.

    Change-Id: I75c3ce3049ff62ae08868fdcce680945783690fd
    Partials-Bug: #1702587