Fix description of [pci] alias

The description mentions duplicated keys or mutually exclusive keys but
these do not actually exist. Especially duplicated keys are not
actually allowed by json.
Also fix the invalid example value by adding the missing quotes.
Change-Id: Ia9bfcf40a761a856dcdaec4aebf6463831810e18
This commit is contained in:
Takashi Kajinami
2025年03月16日 22:33:05 +09:00
parent 1e1b74467d
commit b193325eec

View File

@@ -50,8 +50,7 @@ Possible Values:
["live_migratable": "<live_migratable>"],
}
Where ``[`` indicates zero or one occurrences, ``{`` indicates zero or
multiple occurrences, and ``|`` mutually exclusive options.
Note that ``[...]`` indicates optional field.
For example::
@@ -70,7 +69,7 @@ Possible Values:
alias = {
"name": "A16_16A",
"device_type": "type-VF",
resource_class: "CUSTOM_A16_16A",
"resource_class": "CUSTOM_A16_16A",
}
Valid key values are :
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.