Merge pull request #976 from FranBarrera/add-openstack-net

Add network Openstack
pull/978/head
Leseb 2016-09-13 14:21:41 +02:00 committed by GitHub
commit 19b3caef2b
2 changed files with 2 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -136,6 +136,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
os.image = settings['os_image']
os.keypair_name = settings['os_keypair_name']
os.security_groups = ['default']
os.networks = settings['os_networks']
config.vm.provision "shell", inline: "true", upload_path: "/home/#{USER}/vagrant-shell"
end
end

View File

@ -42,3 +42,4 @@ vagrant_box: 'openstack'
#os_flavor :
#os_image :
#os_keypair_name :
#os_networks :