Comment 2 for bug 1647831

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

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

commit 69e2e9fff15ea9d20d81426cf384fe85177fb69b
Author: Eduardo Gonzalez <email address hidden>
Date: Tue Dec 6 19:51:11 2016 +0000

    Fix zaqar container

    This PS is part of a rework on zaqar container.
    In it's current state is not working in kolla.
    Will be adding/fixing issues under this PS.

    - Remove bootstrap zaqar:
      At this point zaqar-manage command does not exist.
      Boostraping is not needed while starting zaqar container.

    - Add pymongo package in source install.

    - Create /var/log/kolla folder.

    - Change zaqar homedir to /var/lib/zaqar and unify creation.

    - Zaqar's source default have config files as *.sample.
      Policy.json need to be present if keystone auth
      is going to be used.

    - Zaqar uses wsgi to the API, heka decoder need to be added

    Change-Id: I9c6716b64345d9e846902ffbfbf033135e3eabd9
    Closes-Bug: #1647831