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
This commit is contained in:
Roger Luethi 2014-06-14 13:36:09 +02:00
parent ec2615fa7c
commit 5c3c9dcd56

4
labs/Vagrantfile vendored
View File

@ -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!