1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #5228: remove residual configuration attributes (#988)

This commit is contained in:
Christian González 2021-03-18 14:38:59 +01:00 committed by GitHub
parent 52fce14ac7
commit c236c1e292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -42,7 +42,6 @@ class LXCConfiguration < Hash
:timeout => '300',
:command => 'sudo lxc-console'
},
:filesystem => 'ext4',
:datastore_location => '/var/lib/one/datastores',
:default_lxc_config => '/usr/share/lxc/config/common.conf',
:id_map => 600100001, # First id for mapping

View File

@ -29,14 +29,6 @@
:height: 600
:timeout: 300
##############################################################################
# Mapper Options
##############################################################################
#
# Default filesystem format for LXD-driver formatted disks. Value should be
# the same as would be in mkfs -t $filesystem $device
:filesystem: ext4
################################################################################
# OpenNebula Configuration Options
################################################################################