Comment 3 for bug 1638839

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

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

commit 6c2d02a614b00c8e38a0b760ceddd2f7f7cde958
Author: liuhongjiang <email address hidden>
Date: Thu Nov 3 17:13:01 2016 +0800

    Changed the start script name in cinder-volume

    In the Dockerfile of cinder-volume, the "kolla_extend_start" script
    will be overwritten, and it will cause the cinder-volume container
    doesn't create /var/log/kolla/cinder folder.
    The name of the start script should be "kolla_cinder_extend_start" in
    cinder-volume container.

    Change-Id: I7251792a4fbe1442e2ffc5ebd9e41bd9cdc33568
    Closes-Bug: #1638839