In Xena release, we will using launchpad to trace Cyborg feature and
bugs, this patch changes the docs and releasenote config to launchpad.
Xena-PTG Etherpad: https://etherpad.opendev.org/p/cyborg-xena-ptg
Change-Id: I29c134420d341977a68ab11ba7dcb425caea44ff
1. Imply gpu driver of passthrough mode.
2. Pre-configure for GPU passthrough(We should move this guide to admin
guide doc later):
a) Edit /etc/default/grub
Modify GRUB_CMDLINE_LINUX=’… quiet’ to GRUB_CMDLINE_LINUX=’… quiet
intel_iommu=on’
b) grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
c) Reboot compute node.
d) Check it is successful or not.
dmesg | grep -e DMAR -e IOMMU
You would see something echoed.
References:
https://pve.proxmox.com/wiki/Pci_passthrough
3.Remove unused import.
4.Fix spelling mistakes.
5.Fix _match_nova_addr, becase addr in os-acc is like 0000:00:06.0
Story: 2002954
Change-Id: I555b656f80b32eafdc24f9ba81ddc9af416d95e9
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links
Change-Id: I5644f38cf56f1e3b6a31252523a3bf28248e9f08