Comment 2 for bug 1639686

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

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

commit c04585b7f3bb9abd5e9b0b8cd9b5657a4093ceb9
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