class Bosh::Stemcell::Infrastructure::OpenStack
Public Class Methods
new()
click to toggle source
Calls superclass method
Bosh::Stemcell::Infrastructure::Base::new
# File lib/bosh/stemcell/infrastructure.rb, line 61 def initialize super(name: 'openstack', hypervisor: 'kvm', default_disk_size: 3072, disk_formats: ['qcow2', 'raw']) end
Public Instance Methods
additional_cloud_properties()
click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 65 def additional_cloud_properties {'auto_disk_config' => true} end