Skip to content

Commit b50ac8d

Browse files
committed
[Neutron] "uplink-status-propagation" enabled by default
Since [1][2], the port flag "uplink-status-propagation" is enabled by default. [1]https://review.opendev.org/c/openstack/neutron-lib/+/744208 [2]https://review.opendev.org/c/openstack/neutron/+/744210 Related-Bug: #1888487 Change-Id: I522707b36c73b3c5bfe0d644bd07774918660b68
1 parent 0c2dee5 commit b50ac8d

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
@@ -537,12 +537,12 @@ def get_parser(self, prog_name):
537537
uplink_status_group.add_argument(
538538
'--enable-uplink-status-propagation',
539539
action='store_true',
540-
help=_("Enable uplink status propagate"),
540+
help=_("Enable uplink status propagation (default)"),
541541
)
542542
uplink_status_group.add_argument(
543543
'--disable-uplink-status-propagation',
544544
action='store_true',
545-
help=_("Disable uplink status propagate (default)"),
545+
help=_("Disable uplink status propagation"),
546546
)
547547
parser.add_argument(
548548
'--project',

0 commit comments

Comments
 (0)