Comment 9 for bug 1602444

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

Reviewed: https://review.openstack.org/341231
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=8d35070586fd0d4a3c9cac04f32e987b4d0ea352
Submitter: Jenkins
Branch: master

commit 8d35070586fd0d4a3c9cac04f32e987b4d0ea352
Author: Billy Olsen <email address hidden>
Date: Tue Jul 12 17:05:20 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: I2c846832d24f709a3d019b766f5f23c28c4371f4
    Signed-off-by: Billy Olsen <email address hidden>