Comment 19 for bug 1927277

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/820013
Committed: https://opendev.org/openstack/charm-nova-compute/commit/0a4acd6d03551a6bc6a91318093e887c3eca3af9
Submitter: "Zuul (22348)"
Branch: master

commit 0a4acd6d03551a6bc6a91318093e887c3eca3af9
Author: Aurelien Lourot <email address hidden>
Date: Wed Dec 1 11:09:57 2021 +0100

    Fix resume action failure

    Services have interdependencies and the order in which
    we attempt to resume them is important, otherwise the
    resume action may fail.

    Uncovered while and validated by running the
    openstack-upgrade tests. [1]

    [1]: https://github.com/openstack-charmers/charmed-openstack-tester

    Change-Id: I12218b47dc56b502ecc8578c6ab13acbd321bf26
    Related-Bug: #1927277
    Related-Bug: #1952882