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:
parent
e6cb920068
commit
c6fd1d4147
@ -122,6 +122,8 @@ class PortDeviceOwner(str, Enum):
|
|||||||
network_router_centralized_snat = "network:router_centralized_snat"
|
network_router_centralized_snat = "network:router_centralized_snat"
|
||||||
network_routed = "network:routed"
|
network_routed = "network:routed"
|
||||||
network_distributed = "network:distributed"
|
network_distributed = "network:distributed"
|
||||||
|
# octavia
|
||||||
|
octavia = "Octavia"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.value
|
return self.value
|
||||||
|
@ -2505,7 +2505,8 @@
|
|||||||
"network:floatingip_agent_gateway",
|
"network:floatingip_agent_gateway",
|
||||||
"network:router_centralized_snat",
|
"network:router_centralized_snat",
|
||||||
"network:routed",
|
"network:routed",
|
||||||
"network:distributed"
|
"network:distributed",
|
||||||
|
"Octavia"
|
||||||
],
|
],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "An enumeration."
|
"description": "An enumeration."
|
||||||
|
Loading…
Reference in New Issue
Block a user