Comment 2 for bug 1667626

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

Reviewed: https://review.openstack.org/437873
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=4d111c2190a108c7f9532d6452ee23cb74a76379
Submitter: Jenkins
Branch: master

commit 4d111c2190a108c7f9532d6452ee23cb74a76379
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