Comment 10 for bug 1602444

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

Reviewed: https://review.openstack.org/341229
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=7ef79162e695801945e1ff88cf847fdfdcbfff89
Submitter: Jenkins
Branch: master

commit 7ef79162e695801945e1ff88cf847fdfdcbfff89
Author: Billy Olsen <email address hidden>
Date: Tue Jul 12 17:02:14 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: I40a7e272ee6c66adefbf1cbff98756108e631e0b
    Signed-off-by: Billy Olsen <email address hidden>