Merge "Allow routes to be configured on oam interfaces"

This commit is contained in:
Zuul 2021-03-04 12:33:19 +00:00 committed by Gerrit Code Review
commit d309c482c2
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ SYSINV_ROUTE_MAX_PATHS = 4
ALLOWED_NETWORK_TYPES = [constants.NETWORK_TYPE_DATA,
constants.NETWORK_TYPE_MGMT,
constants.NETWORK_TYPE_CLUSTER_HOST,
constants.NETWORK_TYPE_STORAGE]
constants.NETWORK_TYPE_STORAGE,
constants.NETWORK_TYPE_OAM]
class Route(base.APIBase):