Use same private subnet for public/cluster networks for OpenStack

pull/1015/head
Ivan Font 2016-10-07 08:57:46 -07:00
parent 3cf29fd2dc
commit 22d82c024c
1 changed files with 1 additions and 1 deletions

View File

@ -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' ]"