Merge "Allow adding routes on the cluster host network"

This commit is contained in:
Zuul 2019-07-04 20:48:43 +00:00 committed by Gerrit Code Review
commit 283b638640
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ SYSINV_ROUTE_MAX_PATHS = 4
# Defines the list of interface network types that support routes
ALLOWED_NETWORK_TYPES = [constants.NETWORK_TYPE_DATA,
constants.NETWORK_TYPE_MGMT]
constants.NETWORK_TYPE_MGMT,
constants.NETWORK_TYPE_CLUSTER_HOST]
class Route(base.APIBase):