cleanup: Fix comment on GetExternalNetwork

Small typo-level fix to match the function name.
This commit is contained in:
justinsb 2023-08-26 07:34:28 -04:00
parent fc30975eba
commit 5095237129
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ type OpenstackCloud interface {
// ListNetworks will return the Neutron networks which match the options
ListNetworks(opt networks.ListOptsBuilder) ([]networks.Network, error)
// ListExternalNetworks will return the Neutron networks with the router:external property
// GetExternalNetwork will return the Neutron networks with the router:external property
GetExternalNetwork() (*networks.Network, error)
// GetExternalSubnet will return the subnet for floatingip which is used in external router