Merge "[Neutron] "uplink-status-propagation" enabled by default"

This commit is contained in:
Zuul 2025-02-24 08:53:02 +00:00 committed by Gerrit Code Review
commit 12e264adc6

@ -538,12 +538,12 @@ class CreatePort(command.ShowOne, common.NeutronCommandWithExtraArgs):
uplink_status_group.add_argument(
'--enable-uplink-status-propagation',
action='store_true',
help=_("Enable uplink status propagate"),
help=_("Enable uplink status propagation (default)"),
)
uplink_status_group.add_argument(
'--disable-uplink-status-propagation',
action='store_true',
help=_("Disable uplink status propagate (default)"),
help=_("Disable uplink status propagation"),
)
parser.add_argument(
'--project',