Fix an inaccurate link in nova doc

Fix an inaccurate link in nova doc for pci-passthrough

Change-Id: Ia003dea1bb0ec5c6cd6928ace5a632747efba852
Closes-Bug: 1805902
This commit is contained in:
wingwj 2018-12-20 09:01:57 +08:00
parent f7b98a9201
commit 4f254696d0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Configure a flavor to request two PCI devices, each with ``vendor_id`` of
# openstack flavor set m1.large --property "pci_passthrough:alias"="a1:2"
For more information about the syntax for ``pci_passthrough:alias``, refer to
:doc:`/admin/flavors`.
:doc:`/user/flavors`.
Enable PCI passthrough (Compute)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~