From 0664500ec36b4176c0ab5bcd34b711a926bdb844 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Mon, 10 Jun 2019 14:16:43 -0500
Subject: [PATCH] Update cluster public network in Vagrantfile to standard
 dmznet

Standarize on the public network name used in the create and
delete script following common convetion of "dmznet" for a
network between resources and the Internet.
---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index f7ea85e..ea278c2 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
     os.tenant_name                      = "*****"
     os.password                         = "*****"
     os.region                           = "openstack"
-    os.networks                         = ['testnet','clusternet']
+    os.networks                         = ['dmznet','clusternet']
     #os.keypair_name                     = "MacBook"
     os.security_groups                  = ["default"]
   end
-- 
GitLab