Switch to using upstream fuel-ccp project

This commit is contained in:
Aleksandr Didenko
2016-07-07 19:30:36 +02:00
parent b4dfd8c973
commit 8b3112d287
11 changed files with 68 additions and 289 deletions

6
Vagrantfile vendored
View File

@@ -89,6 +89,12 @@ Vagrant.configure("2") do |config|
:libvirt__network_name => "#{$instance_name_prefix}-private",
:libvirt__dhcp_enabled => false,
:libvirt__forward_mode => "none"
# "neutron" isolated network
test_vm.vm.network :private_network,
:model_type => "e1000",
:libvirt__network_name => "#{$instance_name_prefix}-neutron",
:libvirt__dhcp_enabled => false,
:libvirt__forward_mode => "none"
# Provisioning
config.vm.provision "file", source: "ssh", destination: "~/ssh"