Comment 3 for bug 1541019

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

Reviewed: https://review.openstack.org/307693
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=77b3d0eb4ab50349e9a17657e9d30af5a1513109
Submitter: Jenkins
Branch: master

commit 77b3d0eb4ab50349e9a17657e9d30af5a1513109
Author: Tim Hinrichs <email address hidden>
Date: Thu Jun 23 13:06:15 2016 -0700

    Enable different deployment configurations for HA

    Add command line arguments that cause congress to be deployed
    with one of 3 configurations:

    1. API + PE
    $ python /usr/local/bin/congress-server --api_policy --node_id=api

    2. DS
    $ python /usr/local/bin/congress-server --datasource --node_id=data

    3. API + PE + DS
    $ python /usr/local/bin/congress-server
    OR
    $ python /usr/local/bin/congress-server --api_policy --datasource

    Change-Id: Icf13f71bf4748ed3ef2e1821776d22c7862945bd
    Partial-Bug: #1541019