Merge "Consume openstackclient.common.command in subnet/port"
This commit is contained in:
commit
e628d5202c
@ -13,7 +13,7 @@
|
||||
|
||||
"""Port action implementations"""
|
||||
|
||||
from cliff import command
|
||||
from openstackclient.common import command
|
||||
|
||||
|
||||
class DeletePort(command.Command):
|
||||
|
@ -13,8 +13,7 @@
|
||||
|
||||
"""Subnet action implementations"""
|
||||
|
||||
from cliff import lister
|
||||
|
||||
from openstackclient.common import command
|
||||
from openstackclient.common import utils
|
||||
|
||||
|
||||
@ -31,7 +30,7 @@ _formatters = {
|
||||
}
|
||||
|
||||
|
||||
class ListSubnet(lister.Lister):
|
||||
class ListSubnet(command.Lister):
|
||||
"""List subnets"""
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
|
Loading…
Reference in New Issue
Block a user