Merge "Add missing command mapping in nova"

This commit is contained in:
Zuul 2022-02-09 12:50:18 +00:00 committed by Gerrit Code Review
commit 27843fc232

View File

@ -46,7 +46,7 @@ hypervisor-show,hypervisor show,Display the details of the specified hypervisor.
hypervisor-stats,hypervisor stats show,Get hypervisor statistics over all compute nodes.
hypervisor-uptime,,Display the uptime of the specified hypervisor.
image-create,server image create,Create a new image by taking a snapshot of a running server.
instance-action,,Show an action.
instance-action,server event show,Show an action.
instance-action-list,,List actions on a server.
instance-usage-audit-log,,List/Get server usage audits.
interface-attach,server add port / server add floating ip / server add fixed ip,Attach a network interface to a server.

1 add-secgroup server add security group Add a Security Group to a server.
46 hypervisor-stats hypervisor stats show Get hypervisor statistics over all compute nodes.
47 hypervisor-uptime Display the uptime of the specified hypervisor.
48 image-create server image create Create a new image by taking a snapshot of a running server.
49 instance-action server event show Show an action.
50 instance-action-list List actions on a server.
51 instance-usage-audit-log List/Get server usage audits.
52 interface-attach server add port / server add floating ip / server add fixed ip Attach a network interface to a server.