Fix a few broken links in api-ref

TrivialFix
Change-Id: Ia052cb7d5d0c3154a9eb8b6a80d3343279601b5a
This commit is contained in:
Bence Romsics 2023-01-04 15:37:00 +01:00
parent 39908d1735
commit 7e9f66aca4
2 changed files with 3 additions and 5 deletions

View File

@ -2767,8 +2767,7 @@ device_profile:
description: |
A port device profile is a reference for Cyborg project and is a named
set of the user requirements for one or more acceletators.
https://docs.openstack.org/api-ref/accelerator/v2/index.html#
device-profiles
https://docs.openstack.org/api-ref/accelerator/#device-profiles
in: body
required: False
type: string
@ -2776,8 +2775,7 @@ device_profile-request:
description: |
A port device profile is a reference for Cyborg project and is a named
set of the user requirements for one or more acceletators.
https://docs.openstack.org/api-ref/accelerator/v2/index.html#
device-profiles
https://docs.openstack.org/api-ref/accelerator/#device-profiles
in: body
required: False
type: string

View File

@ -61,7 +61,7 @@ The port device profile extension (``port-device-profile``) defines a named set
of user requirements for one or more acceletators. This parameter is a
reference for Cyborg project, read by Nova when a port is requested. If this
parameter is populated, Nova makes a request to Cyborg.
https://docs.openstack.org/api-ref/accelerator/v2/index.html#device-profiles
https://docs.openstack.org/api-ref/accelerator/#device-profiles
Extra DHCP option (``extra_dhcp_opt``) extension
================================================