Merge pull request #978 from FranBarrera/openstack-add-floating-ip

Add floating_ip_pool openstack
pull/980/head v1.0.6
Leseb 2016-09-16 15:42:48 +02:00 committed by GitHub
commit 2af46451e7
2 changed files with 2 additions and 0 deletions

1
Vagrantfile vendored
View File

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

View File

@ -43,3 +43,4 @@ vagrant_box: 'openstack'
#os_image :
#os_keypair_name :
#os_networks :
#os_floating_ip_pool :