Comment 2 for bug 1765462

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

Reviewed: https://review.openstack.org/562764
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=d7b85da651b6144cbc3ea4fd522f190020b39896
Submitter: Zuul
Branch: master

commit d7b85da651b6144cbc3ea4fd522f190020b39896
Author: Oliver Walsh <email address hidden>
Date: Thu Apr 19 17:12:15 2018 +0100

    Allow live_migration_inbound_addr to be used with non-default port/user/extra_params

    live_migration_scheme was being used when live_migration_inbound_addr was set.
    This prohibits a non-default port/user/extra_params being used, which is often
    required to fully describe the uri, particularly for the ssh transport
    (see bug#1671288).

    However live_migration_inbound_addr also works with live_migration_uri, so for
    now revert back to using live_migration_uri in all cases.

    Change-Id: Ifdc5fbd05195604ab6ea6564d0905f9385c6df67
    Closes-Bug: #1765462