Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
sunshowers committed Jul 19, 2024
1 parent a6d5edd commit 146a838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/sled-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,7 @@
]
},
"EarlyNetworkConfig": {
"description": "Network configuration required to bring up the control plane\n\nThe fields in this structure are those from [`super::params::RackInitializeRequest`] necessary for use beyond RSS. This is just for the initial rack configuration and cold boot purposes. Updates come from Nexus.",
"description": "Network configuration required to bring up the control plane\n\nThe fields in this structure are those from [`crate::rack_init::RackInitializeRequest`] necessary for use beyond RSS. This is just for the initial rack configuration and cold boot purposes. Updates come from Nexus.",
"type": "object",
"properties": {
"body": {
Expand Down
6 changes: 3 additions & 3 deletions sled-agent/types/src/early_networking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ use slog::{warn, Logger};
/// Network configuration required to bring up the control plane
///
/// The fields in this structure are those from
/// [`super::params::RackInitializeRequest`] necessary for use beyond RSS. This
/// is just for the initial rack configuration and cold boot purposes. Updates
/// come from Nexus.
/// [`crate::rack_init::RackInitializeRequest`] necessary for use beyond RSS.
/// This is just for the initial rack configuration and cold boot purposes.
/// Updates come from Nexus.
#[derive(Clone, Debug, Deserialize, Serialize, JsonSchema, PartialEq)]
pub struct EarlyNetworkConfig {
// The current generation number of data as stored in CRDB.
Expand Down

0 comments on commit 146a838

Please sign in to comment.