Comment 3 for bug 1676751

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

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

commit ba78082e0c0f4c0aa1952841288bd1cf5e0191f8
Author: Eduardo Gonzalez <email address hidden>
Date: Wed Apr 19 10:59:44 2017 +0100

    Fix cinder-api ubuntu binary deploy

    This changes moves cinder-api to make use of apache to
    launch its processes.
    Ubuntu binary removed support in Ocata for cinder-api
    system services [1]. At this moment cinder in Ocata branch
    is not working at all due this issue.

    This changes aims to fix cinder in master only for ubuntu
    binary with the purpose of make a clean backport to stable/ocata
    without do any other change on the backport process.
    A follow up change will migrate other OS/install_type to make use
    of Apache but only changing master branch.

    [1] http://lists.openstack.org/pipermail/openstack-dev/2017-January/111069.html

    Change-Id: I9885d6acadbac1da46844f583e7cd37785505ae0
    Closes-Bug: #1676751