From f20dec0db985ea6d4742445c853cf771289bcd28 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Thu, 21 Sep 2017 18:38:31 +0900 Subject: [PATCH] Fix hyperlinks in document This patch is follow-up for I48d7c77a6e0eaaf0efe66f848f45ae99007577e1. The hyperlink style is fixed. Add a note that it need be updated for os-xenapi latest version. Add a reference to nova policies. TrivialFix Change-Id: I274fb6b7ea0bb2ea81faaa68d783edbaa8ed06c3 --- doc/source/admin/arch.rst | 1 + doc/source/admin/configuration/hypervisor-xen-api.rst | 9 +++++++++ doc/source/admin/configuring-migrations.rst | 11 ++++++----- doc/source/admin/networking-nova.rst | 9 +++++---- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/doc/source/admin/arch.rst b/doc/source/admin/arch.rst index 8d4742fe3f52..cbbaeb8c4d2f 100644 --- a/doc/source/admin/arch.rst +++ b/doc/source/admin/arch.rst @@ -230,6 +230,7 @@ Virtual hardware templates are called ``flavors``. By default, these are configurable by admin users, however that behavior can be changed by redefining the access controls for ``compute_extension:flavormanage`` in ``/etc/nova/policy.json`` on the ``compute-api`` server. +For more information, refer to :doc:`/configuration/policy`. For a list of flavors that are available on your system: diff --git a/doc/source/admin/configuration/hypervisor-xen-api.rst b/doc/source/admin/configuration/hypervisor-xen-api.rst index d91df7e0d494..9cfd3e501582 100644 --- a/doc/source/admin/configuration/hypervisor-xen-api.rst +++ b/doc/source/admin/configuration/hypervisor-xen-api.rst @@ -4,6 +4,15 @@ XenServer (and other XAPI based Xen variants) ============================================= +.. todo:: + + os-xenapi version is 0.3.1 currently. + This document should be modified according to the new version. + This todo has been reported as `bug 1718606`_. + +.. _bug 1718606: https://bugs.launchpad.net/nova/+bug/1718606 + + This section describes XAPI managed hypervisors, and how to use them with OpenStack. diff --git a/doc/source/admin/configuring-migrations.rst b/doc/source/admin/configuring-migrations.rst index 4e15ccabb761..41deabca7e84 100644 --- a/doc/source/admin/configuring-migrations.rst +++ b/doc/source/admin/configuring-migrations.rst @@ -155,11 +155,12 @@ disk array LUNs, Ceph or GlusterFS. The next steps show how a regular Linux system might be configured as an NFS v4 server for live migration. For detailed information and alternative ways to -configure NFS on Linux, see instructions for `Ubuntu -`_, `RHEL and derivatives -`_ -or `SLES and OpenSUSE -`_. +configure NFS on Linux, see instructions for `Ubuntu`_, `RHEL and derivatives`_ +or `SLES and OpenSUSE`_. + +.. _`Ubuntu`: https://help.ubuntu.com/community/SettingUpNFSHowTo +.. _`RHEL and derivatives`: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Storage_Administration_Guide/nfs-serverconfig.html +.. _`SLES and OpenSUSE`: https://www.suse.com/documentation/sles-12/book_sle_admin/data/sec_nfs_configuring-nfs-server.html #. Ensure that UID and GID of the nova user are identical on the compute hosts and the NFS server. diff --git a/doc/source/admin/networking-nova.rst b/doc/source/admin/networking-nova.rst index ab6c563b9625..d1a7236885a8 100644 --- a/doc/source/admin/networking-nova.rst +++ b/doc/source/admin/networking-nova.rst @@ -996,10 +996,11 @@ Solution -------- Try loading the ``vhost_net`` kernel module as a workaround for this issue (see -`bug #997978 -`__) . This -kernel module may also `improve network performance -`__ on KVM. To load the kernel module: +`bug #997978`_) . This kernel module may also `improve network performance`_ +on KVM. To load the kernel module: + +.. _`bug #997978`: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/997978/ +.. _`improve network performance`: http://www.linux-kvm.org/page/VhostNet .. code-block:: console