]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Use same private subnet for public/cluster networks for OpenStack 1015/head
authorIvan Font <ivan.font@redhat.com>
Fri, 7 Oct 2016 15:57:46 +0000 (08:57 -0700)
committerIvan Font <ivan.font@redhat.com>
Fri, 7 Oct 2016 15:57:46 +0000 (08:57 -0700)
vagrant_variables.yml.openstack

index d912d00c3776f273991982f8a67deda614ca8609..34f96379dc624caef40682f6e62a63698c2e9dde 100644 (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' ]"