Comment 4 for bug 1667626

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/ocata)

Reviewed: https://review.openstack.org/442438
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=5c4cac506225ce94d24727f229b78daaf25aeb1e
Submitter: Jenkins
Branch: stable/ocata

commit 5c4cac506225ce94d24727f229b78daaf25aeb1e
Author: Mykyta Karpin <email address hidden>
Date: Fri Feb 24 12:47:51 2017 +0200

    Set metadata_workers for nova

    Earlier metadata_workers option was set to processorcount
    fact by default, but with upstream patch [1]
    it will be switched to os_workers fact,
    so in order to keep the same amount of
    nova metadata workers we need to set it directly
    in openstack_controller task.

    [1] https://review.openstack.org/#/c/383690/

    Change-Id: I95bc3d7b5f4c71fc9829b0a58d246ac4ea2fe903
    Closes-Bug: #1667626
    (cherry picked from commit 4d111c2190a108c7f9532d6452ee23cb74a76379)