Skip to content

Commit

Permalink
Merge pull request #143 from openconfig/enrollz-br
Browse files Browse the repository at this point in the history
Add a TODO to cleanup the skip_enrollment flag
  • Loading branch information
gmacf authored Jul 22, 2024
2 parents ea30a25 + c5abc3f commit e0eb604
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 e0eb604

Please sign in to comment.