mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Fix wrong attribute values FALSE --> NO
This commit is contained in:
parent
6f1ed41f8f
commit
b921d769af
@ -127,7 +127,7 @@ class LXCVM < OpenNebulaVM
|
||||
# User mapping
|
||||
# rubocop:disable Layout/LineLength
|
||||
|
||||
if @xml['/VM/USER_TEMPLATE/LXC_UNPRIVILEGED'].casecmp('FALSE').zero?
|
||||
if @xml['/VM/USER_TEMPLATE/LXC_UNPRIVILEGED'].casecmp('NO').zero?
|
||||
@lxcrc[:id_map] = 0
|
||||
|
||||
lxc['lxc.include'] << "#{@lxcrc[:profiles_location]}/profile_privileged"
|
||||
|
Loading…
x
Reference in New Issue
Block a user