Skip to content

Commit 30b2203

Browse files
committed
Add help for nova interface-list to decoder
Running "openstack port list --server <id>" is a good replacement for "nova interface-list <id>", add it to the decoder. Change-Id: I656e190f4da59d9c57e9ab97d068a8a0dbd77774
1 parent 972a345 commit 30b2203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/cli/data/nova.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ instance-action,,Show an action.
6060
instance-action-list,,List actions on a server.
6161
interface-attach,,Attach a network interface to a server.
6262
interface-detach,,Detach a network interface from a server.
63-
interface-list,,List interfaces attached to a server.
63+
interface-list,port list --server,List interfaces attached to a server.
6464
keypair-add,keypair create,Create a new key pair for use with servers.
6565
keypair-delete,keypair delete,Delete keypair given by its name.
6666
keypair-list,keypair list,Print a list of keypairs for a user
@@ -137,4 +137,4 @@ volume-update,,Update volume attachment.
137137
x509-create-cert,WONTFIX,Create x509 cert for a user in tenant.
138138
x509-get-root-cert,WONTFIX,Fetch the x509 root cert.
139139
bash-completion,complete,Prints all of the commands and options to
140-
help,help,Display help about this program or one of its subcommands.
140+
help,help,Display help about this program or one of its subcommands.

0 commit comments

Comments
 (0)