Add DefaultRoute to deployed_port.j2

Commit cea78ad4fd added DefaultRoute as a
property of the port resources, but it was missed adding it as a
parameter of deployed_port.j2.

Change-Id: I8235220cc0d1d699ac2abf993d6c49494613bdac
Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
James Slagle 2021-04-22 17:47:45 -04:00
parent 54d8df981d
commit 9d9f0ed744
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ parameters:
IsVirtualIP: # Here for compatibility
type: boolean
default: false
DefaultRoute: # Here for compatibility
description: >
Whether this interface is used for the default route
type: boolean
default: false
resources: