Comment 4 for bug 1754660

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

Reviewed: https://review.openstack.org/605821
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=3ddb9980c9027f660b41fabd4de8caf9290ea064
Submitter: Zuul
Branch: master

commit 3ddb9980c9027f660b41fabd4de8caf9290ea064
Author: Drew Freiberger <email address hidden>
Date: Thu Sep 27 12:38:51 2018 -0500

    Move "metadata_workers" to [DEFAULT] in nova.conf

    The option metadata_workers sets the number of nova-api-metadata service
    processes that are spawned when a cloud is running neutron with DVR
    enabled. This configuration option must be present in the [DEFAULT]
    secton of nova.conf per compute config-options references

    Change-Id: Ia42aea5fcc54eca6d8febb9d9ccb064f9517786a
    Closes-Bug: #1754660