Skip to content

Commit

Permalink
Add a TODO to cleanup testing flag which is only required during inte…
Browse files Browse the repository at this point in the history
…gration with vendors.
  • Loading branch information
sam-homa committed Jul 22, 2024
1 parent ea30a25 commit c5abc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c5abc3f

Please sign in to comment.