From 22d82c024ca065cf7f60b4d438aab4e9631b8fd5 Mon Sep 17 00:00:00 2001 From: Ivan Font Date: Fri, 7 Oct 2016 08:57:46 -0700 Subject: [PATCH] Use same private subnet for public/cluster networks for OpenStack --- vagrant_variables.yml.openstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant_variables.yml.openstack b/vagrant_variables.yml.openstack index d912d00c3..34f96379d 100644 --- a/vagrant_variables.yml.openstack +++ b/vagrant_variables.yml.openstack @@ -17,7 +17,7 @@ client_vms: 0 # SUBNET TO USE FOR THE VMS # Use whatever private subnet your Openstack VMs are given public_subnet: 172.17.72 -cluster_subnet: 172.17.73 +cluster_subnet: 172.17.72 # For Openstack VMs, the disk will depend on what you are allocated disks: "[ '/dev/vdb' ]"