diff --git a/dev-tools/omdb/tests/usage_errors.out b/dev-tools/omdb/tests/usage_errors.out index 4865393495..9524d217c9 100644 --- a/dev-tools/omdb/tests/usage_errors.out +++ b/dev-tools/omdb/tests/usage_errors.out @@ -290,7 +290,7 @@ Options: for discretionary services) - query-during-inventory: Sleds whose sled agents should be queried for inventory - reservation-create: Sleds on which reservations can be created - - vpc-routing: Sleds which should be sent OPTE V2P mappings + - vpc-routing: Sleds which should be sent OPTE V2P mappings and Routing rules - vpc-firewall: Sleds which should be sent VPC firewall rules --log-level diff --git a/nexus/types/src/deployment/planning_input.rs b/nexus/types/src/deployment/planning_input.rs index c5e377aeb9..8a230469d5 100644 --- a/nexus/types/src/deployment/planning_input.rs +++ b/nexus/types/src/deployment/planning_input.rs @@ -484,7 +484,7 @@ pub enum SledFilter { /// Sleds on which reservations can be created. ReservationCreate, - /// Sleds which should be sent OPTE V2P mappings. + /// Sleds which should be sent OPTE V2P mappings and Routing rules. VpcRouting, /// Sleds which should be sent VPC firewall rules.