diff options
Diffstat (limited to 'deployment/heat/onap-rke/parts')
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-1.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deployment/heat/onap-rke/parts/onap-oom-1.yaml b/deployment/heat/onap-rke/parts/onap-oom-1.yaml index eaa7159c1..13888e95f 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-1.yaml @@ -25,12 +25,12 @@ parameters: oam_ext_network_host_route: type: json description: > - host routes - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + host routes + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' default: - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' ubuntu_1804_image: type: string |