Comment 2 for bug 1746491

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

Reviewed: https://review.openstack.org/539498
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6381879a1be11e6e1c8c9fb9f6faf6f6412b4b5f
Submitter: Zuul
Branch: master

commit 6381879a1be11e6e1c8c9fb9f6faf6f6412b4b5f
Author: Damien Ciabrini <email address hidden>
Date: Wed Jan 31 11:01:53 2018 +0000

    Bind mount the database client settings in cinder_api_db_sync

    cinder_api_db_sync does not use the database settings which are
    generated by the puppet_config step. Consequently, it loses some
    important client settings for accessing the DB, e.g. it breaks
    when TLS everywhere is enabled.

    Bind mount the tripleo.cnf file to expose the proper DB settings.

    Change-Id: I17f3304d546eeb78803b4a3cc859255bfb3f71eb
    Closes-Bug: #1746491