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
This commit is contained in:
Jens Harbott 2018-04-09 13:12:30 +00:00
parent 972a345014
commit 30b2203dc7

View File

@ -60,7 +60,7 @@ instance-action,,Show an action.
instance-action-list,,List actions on a server.
interface-attach,,Attach a network interface to a server.
interface-detach,,Detach a network interface from a server.
interface-list,,List interfaces attached to a server.
interface-list,port list --server,List interfaces attached to a server.
keypair-add,keypair create,Create a new key pair for use with servers.
keypair-delete,keypair delete,Delete keypair given by its name.
keypair-list,keypair list,Print a list of keypairs for a user

1 add-fixed-ip server add fixed ip Add new IP address on a network to server.
60 instance-action-list List actions on a server.
61 interface-attach Attach a network interface to a server.
62 interface-detach Detach a network interface from a server.
63 interface-list port list --server List interfaces attached to a server.
64 keypair-add keypair create Create a new key pair for use with servers.
65 keypair-delete keypair delete Delete keypair given by its name.
66 keypair-list keypair list Print a list of keypairs for a user