fix: Fix to add compute:kuryr for device_owner filter

Fix to add compute:kuryr for device_owner filter

Closes-Bug: #1988946
Change-Id: I109560a8e2b9584c654dfa47fa6dc11a9eee2072
This commit is contained in:
Boxiang Zhu 2022-09-07 15:52:05 +08:00
parent a3cb40460e
commit def775692d
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class PortDeviceOwner(str, Enum):
null = ""
# prefix compute
compute_nova = "compute:nova"
compute_kuryr = "compute:kuryr"
# prefix network
network_router_ha_interface = "network:router_ha_interface"
network_ha_router_replicated_interface = "network:ha_router_replicated_interface"

View File

@ -2493,6 +2493,7 @@
"enum": [
"",
"compute:nova",
"compute:kuryr",
"network:router_ha_interface",
"network:ha_router_replicated_interface",
"network:router_interface",