fix: support port filter Octavia ports
Add Octavia device owner to the other device owner in the port list page Closes-Bug: #1989551 Change-Id: Ice798bc6e52723b677542cbc924c0ec6b3359eed
This commit is contained in:
parent
9913eff4f3
commit
3859872301
@ -307,7 +307,7 @@ export class Port extends Base {
|
|||||||
{ label: t('DHCP Agent'), key: 'network:dhcp' },
|
{ label: t('DHCP Agent'), key: 'network:dhcp' },
|
||||||
{
|
{
|
||||||
label: t('Others'),
|
label: t('Others'),
|
||||||
key: 'network:local_ip,network:routed,network:distributed,compute:kuryr',
|
key: 'network:local_ip,network:routed,network:distributed,compute:kuryr,Octavia',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('Unbounded'),
|
label: t('Unbounded'),
|
||||||
|
Loading…
Reference in New Issue
Block a user