diff --git a/lib/vagrant-subutai/packer/subutai_config.rb b/lib/vagrant-subutai/packer/subutai_config.rb index 0a49a03..1d08533 100644 --- a/lib/vagrant-subutai/packer/subutai_config.rb +++ b/lib/vagrant-subutai/packer/subutai_config.rb @@ -53,6 +53,7 @@ module SubutaiConfig LIBVIRT_PORT LIBVIRT_MACVTAP LIBVIRT_NO_BRIDGE + LIBVIRT_POOL BAZAAR_NO_AUTO SUBUTAI_DISK BRIDGE_VIRTUALBOX @@ -106,6 +107,7 @@ module SubutaiConfig LIBVIRT_MACVTAP: false, # Libvirt macvtap interface BAZAAR_NO_AUTO: false, # PeerOs automatic registration to Bazaar (turn on(false), turn off(true)) PROVISION: true, # to provision or not to + LIBVIRT_POOL: 'default', # Libvirt pool name # Configuration parameters below have not been implemented SUBUTAI_DESKTOP: false, # install desktop with tray and p2p client diff --git a/lib/vagrant-subutai/packer/subutai_validation.rb b/lib/vagrant-subutai/packer/subutai_validation.rb index 76c6341..8f0c429 100644 --- a/lib/vagrant-subutai/packer/subutai_validation.rb +++ b/lib/vagrant-subutai/packer/subutai_validation.rb @@ -32,6 +32,7 @@ module SubutaiValidation "SUBUTAI_DISK_PATH": :path, "LIBVIRT_USER": :string, "LIBVIRT_HOST": :string, + "LIBVIRT_POOL": :string, "LIBVIRT_PORT": :int, "LIBVIRT_MACVTAP": :bool, "LIBVIRT_NO_BRIDGE": :bool,