Comment 4 for bug 1747562

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/542270
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=307975ae4818ea5a510cfcb01bdb1f37fa563109
Submitter: Zuul
Branch: stable/pike

commit 307975ae4818ea5a510cfcb01bdb1f37fa563109
Author: Yikun Jiang <email address hidden>
Date: Tue Feb 6 11:36:38 2018 +0800

    Fix wrong link for "Manage Flavors" in CPU topologies doc

    The last sentence here where it links to "Manage Flavors"
    is the wrong link. It goes here:
    https://docs.openstack.org/nova/latest/admin/flavors.html which
    doesn't talk about NUMA extra specs. It should be pointing at
    the "NUMA topology" section of the flavor extra specs page:
    https://docs.openstack.org/nova/latest/user/flavors.html#extra-specs-numa-topology

    Conflicts:
          doc/source/user/flavors.rst

    NOTE(mriedem): The conflict is due to a change in Queens
    Ia57c93ef1e72ccf134ba6fc7fcb85ab228d68a47 which refactored
    where the flavor docs live.

    Change-Id: I30f6bc70afc5be00737cdf76e0e47bcb898a3a7f
    Closes-Bug: #1747562
    (cherry picked from commit 26de90a14d527ae18dd6cd39d4fdf589dd449fb6)