← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1767192] Re: RAMWeigher and CPUWeigher docs don't link properly to config options

 

Reviewed:  https://review.openstack.org/564631
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3c95254b1cd0f41e1a1efaf125de1749cc19310c
Submitter: Zuul
Branch:    master

commit 3c95254b1cd0f41e1a1efaf125de1749cc19310c
Author: Matt Riedemann <mriedem.os@xxxxxxxxx>
Date:   Thu Apr 26 17:30:08 2018 -0400

    Fix tox -e docs
    
    This was missed in I90ee8a2081c2a0465441a8d81d161f4887b4e1fb
    presumably because we no longer get warnings as errors, or
    some such wickedness. Anyway, this fixes docs build using tox.
    
    Change-Id: Ic8ec0c54a7c6502a0a4ea91d034fa9c1ae5e59d4
    Closes-Bug: #1767192


** Changed in: nova
       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/1767192

Title:
  RAMWeigher and CPUWeigher docs don't link properly to config options

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  I don't know why the sphinx build doesn't fail for this, but the oslo
  config option links for the RAMWeigher and CPUWeigher don't work:

  https://docs.openstack.org/nova/latest/user/filter-
  scheduler.html#weights

  RAMWeigher Compute weight based on available RAM on the compute node.
  Sort with the largest weight winning. If the multiplier,
  :oslo.config:opt:`filter_scheduler.ram_weight_multiplier`, is
  negative, the host with least RAM available will win (useful for
  stacking hosts, instead of spreading).

  CPUWeigher Compute weight based on available vCPUs on the compute
  node. Sort with the largest weight winning. If the multiplier,
  :oslo.config:opt:`filter_scheduler.cpu_weight_multiplier`, is
  negative, the host with least CPUs available will win (useful for
  stacking hosts, instead of spreading).

  ===

  Those should be using ":oslo.config:option:".

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


References