Comment 12 for bug 1602444

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

Reviewed: https://review.openstack.org/341218
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=4ab385f62f0e002b478f47db1f6a06f9df07e03a
Submitter: Jenkins
Branch: master

commit 4ab385f62f0e002b478f47db1f6a06f9df07e03a
Author: Billy Olsen <email address hidden>
Date: Tue Jul 12 16:35:57 2016 -0700

    Change worker-multiplier to float

    Change the worker-multiplier to a floating point config option type
    instead of integer. This allows users to specify workers to be less
    than the number of CPUs, which is useful in deployments with multiple
    services deployed into containers on top of bare metal.

    The fix is to simply change the config option type and to sync in
    the necessary update from lp:charm-helpers.

    Partial-Bug: #1602444

    Change-Id: I534165aa2fc45a28f6b3f3bb2f708789daf5ba8c
    Signed-off-by: Billy Olsen <email address hidden>