-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sled-agent's Instance doesn't need PROPOLIS_PORT (#4425)
The full SocketAddr is provided by nexus's internal API call to `instance_register` ( https://github.com/oxidecomputer/omicron/blob/95805d1d6/nexus/src/app/instance.rs#L1014 ) where it's still hardcoded at the call site. But no sense in stripping the port off of that parameter and then re-adding it here. Fixing nexus's side of PROPOLIS_PORT being hardcoded is likely to entail a db schema change, but this comparatively small change will already make it more possible to write some tests in sled-agent.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters