← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1631133] Re: nova's osapi_compute_workers is not valid (must be greater than 1)

 

Reviewed:  https://review.openstack.org/385078
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=38f98383d396d89b8f6047e57e5e606615ee5a16
Submitter: Jenkins
Branch:    master

commit 38f98383d396d89b8f6047e57e5e606615ee5a16
Author: Dan Prince <dprince@xxxxxxxxxx>
Date:   Tue Oct 11 12:09:43 2016 -0400

    Only set NovaWorkers in the non-default case
    
    This patch updates the t-h-t templates for
    nova services so that we only set the value of workers in
    the non-default case. TripleO has always defaulted the
    workers count to 0 and there was recently a regression in
    nova where they treat the default of 0 as invalid (a bug
    that may get fixed in nova but we don't want to wait on it)
    
    This patch avoids the issue by allowing the default value
    to be unset if the TripleO default of 0 is configured.
    
    Change-Id: I175977b88129d87caeb32332d47eb14816a6d5d4
    Closes-bug: #1631133


** Changed in: tripleo
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1631133

Title:
  nova's osapi_compute_workers is not valid (must be greater than 1)

Status in OpenStack Compute (nova):
  In Progress
Status in tripleo:
  Fix Released

Bug description:
  As of Nova e8436283e45b6716fb61d6f6590fadb5fb4ba45c commit TripleO now
  fails to deploy nova-api correctly. This is because our default value
  set osapi_compute_workers=0 and metadata_workers=0 and this is no
  longer valid. Nova now requires an integer greater than 0, or an empty
  string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1631133/+subscriptions


References