From 38713be8e63355442dacb6baed8d1ffe49315cb2 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Tue, 4 Jul 2017 08:33:29 +0200 Subject: Remove FIPS setting from the default config RH-Author: Miroslav Rezanina Message-id: <20170704083329.31138-1-mrezanin@redhat.com> Patchwork-id: 75701 O-Subject: [RHEL-6/RHEL-7 WALinuxAgent PATCH] Remove FIPS setting from the default config Bugzilla: 1467553 RH-Acked-by: Vitaly Kuznetsov RH-Acked-by: Mohammed Gamal RH-Acked-by: Eduardo Otubo The feature is not fully functional upstream (see BZ#1460671), remove it from the default config. Signed-off-by: Miroslav Rezanina (cherry picked from commit a48b6136e955ae6d7d6d21564f614dac6347d34e) --- config/waagent.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/waagent.conf b/config/waagent.conf index 99f54d6..d5b75b9 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -57,9 +57,6 @@ ResourceDisk.MountOptions=None # Enable verbose logging (y|n) Logs.Verbose=n -# Is FIPS enabled -OS.EnableFIPS=n - # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 -- 1.8.3.1