Comment 3 for bug 1639686

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

Reviewed: https://review.openstack.org/404092
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=b5d1e4b457e6e1f396a39f975cd79e0beca65493
Submitter: Jenkins
Branch: master

commit b5d1e4b457e6e1f396a39f975cd79e0beca65493
Author: Duong Ha-Quang <email address hidden>
Date: Mon Nov 7 12:00:32 2016 +0700

    Fix placement of policy.json

    Currently, policy.json is put in
    "{{ node_config_directory }}/{{ service_name }}"
    in target nodes.

    Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
    with item is corresponding service compoment config directory.

    Currently, the policy.json is copied to all services, but it
    should be reviewed and left only in neccesary service
    (at many cases, only API service needs that).

    Redundant files will be removed in follow up patchset.

    Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
    Closes-Bug: #1639686