Comment 2 for bug 1705144

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

Reviewed: https://review.openstack.org/484985
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d90d57a8c35e066a68a433cac108675dfab1d9e0
Submitter: Jenkins
Branch: master

commit d90d57a8c35e066a68a433cac108675dfab1d9e0
Author: James Slagle <email address hidden>
Date: Tue Jul 18 20:01:06 2017 -0400

    Use static environment for deployed-server neutron mappings

    We can't include these mappings for the deployed-server neutron ports
    when using split-stack in the generated environment file because the
    path to the actual templates directory is not known from with the
    templates themselves.

    This patch removes the mappings from the generated environment from the
    stack output and adds a static environment file with relative paths that
    will have to be included on the deploy command cli instead.

    Change-Id: Id4b8c939fa7b26205609819b66e76bf73c9890d0
    Closes-Bug: #1705144