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
This commit is contained in:
Takashi NATSUME
2017-09-21 18:38:31 +09:00
parent 693f26708a
commit f20dec0db9
4 changed files with 21 additions and 9 deletions

View File

@@ -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:

View File

@@ -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.

View File

@@ -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
<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>`_
or `SLES and OpenSUSE
<https://www.suse.com/documentation/sles-12/book_sle_admin/data/sec_nfs_configuring-nfs-server.html>`_.
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.

View File

@@ -996,10 +996,11 @@ Solution
--------
Try loading the ``vhost_net`` kernel module as a workaround for this issue (see
`bug #997978
<https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/997978/>`__) . This
kernel module may also `improve network performance
<http://www.linux-kvm.org/page/VhostNet>`__ 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