From 5c3c9dcd5692d1c9fa6eca74bb48b21009062667 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Sat, 14 Jun 2014 13:36:09 +0200 Subject: [PATCH] Vagrantfile: use documented IP addresses For the compute and the network nodes, the current Vagrantfile uses IP addresses that are different from those in the training-guide. This patch fixes that. Partial-Bug: 1312764 Implements: blueprint openstack-training-labs Change-Id: Ib4909d42472e8a60397952d04d88e80f5d9daad1 --- labs/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/Vagrantfile b/labs/Vagrantfile index c7d6fe0a..dc00deea 100644 --- a/labs/Vagrantfile +++ b/labs/Vagrantfile @@ -45,8 +45,8 @@ nodes = { 'allinone' => 51, # 'controller' => 51, -# 'compute' => 201, -# 'network' => 210, +# 'compute' => 52, +# 'network' => 53, } # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!