Skip to content

Commit 12e264a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[Neutron] "uplink-status-propagation" enabled by default"
2 parents 0ba77e6 + b50ac8d commit 12e264a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openstackclient/network/v2/port.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,12 @@ def get_parser(self, prog_name):
538538
uplink_status_group.add_argument(
539539
'--enable-uplink-status-propagation',
540540
action='store_true',
541-
help=_("Enable uplink status propagate"),
541+
help=_("Enable uplink status propagation (default)"),
542542
)
543543
uplink_status_group.add_argument(
544544
'--disable-uplink-status-propagation',
545545
action='store_true',
546-
help=_("Disable uplink status propagate (default)"),
546+
help=_("Disable uplink status propagation"),
547547
)
548548
parser.add_argument(
549549
'--project',

0 commit comments

Comments
 (0)