Define default route for Management network

Set the ManagementInterfaceDefaultRoute to a valid string, not null.
This change is added to Ocata and will be backported to Newton, since
later releases (Pike, Queens) handle ManagementInterfaceDefaultRoute
properly.

For reference, see https://bugzilla.redhat.com/show_bug.cgi?id=1393641.

Change-Id: I941763531e521b28d729fb50d2ef5c873b603f05
This commit is contained in:
Bob Fournier 2018-07-03 16:02:12 -04:00
parent 5734c1e6fc
commit c1a1ec0a1b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ parameters:
description: Ip allocation pool range for the management network.
type: json
ManagementInterfaceDefaultRoute:
default: null
default: ""
description: The default route of the management network.
type: string