Comment 2 for bug 1591406

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

Reviewed: https://review.openstack.org/331058
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=5b7e24a8eea0a6db479e85e530a554b08fa8bda2
Submitter: Jenkins
Branch: master

commit 5b7e24a8eea0a6db479e85e530a554b08fa8bda2
Author: Alexey Deryugin <email address hidden>
Date: Fri Jun 17 14:16:36 2016 +0300

    Make Horizon get Neutron related parameters from Hiera

    Current implementation of horizon class in puppet-horizon
    holds well defined template for /etc/openstack_dashboard/local_settings.py
    that merges default neutron options with user defined options.
    Unfortunately only one user defined option "enable_distributed_router"
    gets its value from hiera, so we need to add ability to configure all
    available parameters using hiera.

    Change-Id: Ie54eaea9dccc63bd0928ec84f9c23523b22521a2
    Closes-Bug: #1591406