mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
[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
This commit is contained in:
parent
0c2dee5e1f
commit
b50ac8d2a2
1 changed files with 2 additions and 2 deletions
|
|
@ -537,12 +537,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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue