From b5b6681a74e001448a836e7eea5e75fba859b88c Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 7 Apr 2017 10:51:08 +0200 Subject: Replace references to the 192.0.2 network Following change I1393d65ffb20b1396ff068def237418958ed3289 the ctlplane network will be 192.168.24 by default and not 192.0.2 anymore. This change removes old references left to 192.0.2 network from the overcloud templates. Change-Id: I1986721d339887741038b6cd050a46171a4d8022 --- deployed-server/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployed-server') diff --git a/deployed-server/README.rst b/deployed-server/README.rst index e4d8299b..8638818b 100644 --- a/deployed-server/README.rst +++ b/deployed-server/README.rst @@ -67,11 +67,11 @@ example: parameter_defaults: ControlPlaneDefaultRoute: 192.168.122.130 ControlPlaneSubnetCidr: "24" - EC2MetadataIp: "192.0.2.1" + EC2MetadataIp: "192.168.24.1" In this example, 192.168.122.130 is the external management IP of an undercloud, thus it is the default route for the configured local_ip value of -192.0.2.1. +192.168.24.1. os-collect-config -- cgit 1.2.3-korg