Comment 3 for bug 1812196

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

Reviewed: https://review.openstack.org/631649
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=edd1cd9ee4d149b01a388f03fb423374020033d7
Submitter: Zuul
Branch: master

commit edd1cd9ee4d149b01a388f03fb423374020033d7
Author: Dan Smith <email address hidden>
Date: Thu Jan 17 13:27:25 2019 -0800

    Fix using template cell urls with nova-manage

    When nova-manage went to validate the transport-url given in config or on the
    command line, it was not doing the translation before passing the url to the
    oslo.messaging parse routine to check it. This exposes the format functions
    from the CellMapping object, and makes our _validate_transport_url() format
    the url before passing it to parse.

    This also adds a test that makes sure the template makes it into the database
    (as a template) and that it gets loaded out in translated form with an
    object load.

    Change-Id: I40a435b8e97c8552c2f5f0ca3a24de2edd9f81bd
    Closes-Bug: #1812196