Skip to content
Snippets Groups Projects
Commit 0664500e authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

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.
parent f035708c
No related branches found
No related tags found
1 merge request!34Add openstack to vagrant
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment