We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a19f67 + 8c6cfb5 commit b6f51cdCopy full SHA for b6f51cd
1 file changed
openstackclient/network/v2/network_agent.py
@@ -89,10 +89,11 @@ def get_parser(self, prog_name):
89
parser.add_argument(
90
'--agent-type',
91
metavar='<agent-type>',
92
- choices=["dhcp", "open-vswitch", "linux-bridge", "ofa", "l3",
93
- "loadbalancer", "metering", "metadata", "macvtap", "nic"],
+ choices=["bgp", "dhcp", "open-vswitch", "linux-bridge", "ofa",
+ "l3", "loadbalancer", "metering", "metadata", "macvtap",
94
+ "nic"],
95
help=_("List only agents with the specified agent type. "
- "The supported agent types are: dhcp, open-vswitch, "
96
+ "The supported agent types are: bgp, dhcp, open-vswitch, "
97
"linux-bridge, ofa, l3, loadbalancer, metering, "
98
"metadata, macvtap, nic.")
99
)
@@ -125,6 +126,7 @@ def take_action(self, parsed_args):
125
126
127
128
key_value = {
129
+ 'bgp': 'BGP dynamic routing agent',
130
'dhcp': 'DHCP agent',
131
'open-vswitch': 'Open vSwitch agent',
132
'linux-bridge': 'Linux bridge agent',
0 commit comments