Comment 7 for bug 1604129

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

Reviewed: https://review.openstack.org/354173
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=158a852998495c9289ff9899adc7dfbf9a06910a
Submitter: Jenkins
Branch: master

commit 158a852998495c9289ff9899adc7dfbf9a06910a
Author: Paul Bourke <email address hidden>
Date: Thu Aug 11 15:41:29 2016 +0000

    Add defaults for interfaces to all.yml

    The values for 'network_interface' and 'neutron_external_interface' are
    missing from all.yml, meaning it is impossible to override them on a per
    node / per group basis. (globals.yml get's top precedence).

    Make these consistent with the rest of the variables and move the
    defaults into all.yml. Operators can still override / update these in
    globals.yml as before, but those wanting more flexibility now have it
    via host / group variables.

    Change-Id: I2575921f76a8e245106da765757c70353bd6762c
    Closes-Bug: #1604129