fix: Lack of Octavia device owner of port

Add Octavia device owner of port

Closes-Bug: #1989551
Change-Id: Ic1d544bd9e61f68549cb052c40c666d6306524ef
This commit is contained in:
Boxiang Zhu 2022-09-14 15:53:23 +08:00
parent e6cb920068
commit c6fd1d4147
2 changed files with 4 additions and 1 deletions

View File

@ -122,6 +122,8 @@ class PortDeviceOwner(str, Enum):
network_router_centralized_snat = "network:router_centralized_snat"
network_routed = "network:routed"
network_distributed = "network:distributed"
# octavia
octavia = "Octavia"
def __str__(self):
return self.value

View File

@ -2505,7 +2505,8 @@
"network:floatingip_agent_gateway",
"network:router_centralized_snat",
"network:routed",
"network:distributed"
"network:distributed",
"Octavia"
],
"type": "string",
"description": "An enumeration."