Zun

Comment 6 for bug 1644901

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

Reviewed: https://review.openstack.org/485419
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=5caaa8fb212dbb9a1b22732341d19c3d3e47b797
Submitter: Jenkins
Branch: master

commit 5caaa8fb212dbb9a1b22732341d19c3d3e47b797
Author: Kien Nguyen <email address hidden>
Date: Thu Jul 20 10:22:05 2017 +0700

    Add delete_container to periodic task

    - The container with status DELETED is not removed automatically.
    This patch will add delete_container method to remove it
    in periodic task.

    - Increase the severity of log level to Info.

    - Support filter container with status, task_state.

    - Change param handlers to endpoints for consistent.

    Change-Id: I0c703fc2c69c9a582e7cb3b34e8aa08c098e37e4
    Depends-On: Ic6d35274a49648bde5e0e7486453a6d1a13f6f2e
    Related-Bug: #1644901
    Closes-Bug: #1701984