mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Use update_parser_common() in ShowNetwork"
This commit is contained in:
commit
58be3bcf79
1 changed files with 1 additions and 2 deletions
|
|
@ -319,8 +319,7 @@ class SetNetwork(command.Command):
|
|||
class ShowNetwork(common.NetworkAndComputeShowOne):
|
||||
"""Show network details"""
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super(ShowNetwork, self).get_parser(prog_name)
|
||||
def update_parser_common(self, parser):
|
||||
parser.add_argument(
|
||||
'network',
|
||||
metavar="<network>",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue