From c5abc3f5465fd8b5f6df6ec2c1fc968d0f0db989 Mon Sep 17 00:00:00 2001 From: Sam <46856932+sam-homa@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:01:34 +0000 Subject: [PATCH] Add a TODO to cleanup testing flag which is only required during integration with vendors. --- server/service/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/service/service.go b/server/service/service.go index 77a82d8..b6802ee 100644 --- a/server/service/service.go +++ b/server/service/service.go @@ -102,6 +102,7 @@ type Chassis struct { FabricName string // Indicates whether enrollment will be skipped later in the install process. // Some parts of boot config may be different depending on the value of this flag. + // TODO(b/354602807): Clean up this flag when not required anymore. SkipEnrollment bool }