From: Ivan Font Date: Fri, 7 Oct 2016 15:57:46 +0000 (-0700) Subject: Use same private subnet for public/cluster networks for OpenStack X-Git-Tag: v2.0~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1015%2Fhead;p=ceph-ansible.git Use same private subnet for public/cluster networks for OpenStack --- 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' ]"