Comment 5 for bug 2070494

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/2024.1)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/922921
Committed: https://opendev.org/openstack/kolla-ansible/commit/9805ffb0e3737e901e5b743075ff1fe920821001
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 9805ffb0e3737e901e5b743075ff1fe920821001
Author: Pedro Henrique <email address hidden>
Date: Tue Jun 20 11:21:20 2023 -0300

    Fix the docker container dimensions comparison for short notation

    When using short notations like `1g` or `512m` to define the
    container dimensions, we are always getting the container to
    being restarted in each kolla-ansible run, even with no real
    changes in the container configs.

    Change-Id: Ic8e2dd42b95a8f5c2141a820c55642a3ed7beabd
    Closes-Bug: #2070494
    (cherry picked from commit a086b780dc7884f441683143400c941a9400c5a5)