From 681bd5131c72c9ea6a34575d65c416ce8522b31c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 19 Mar 2015 10:42:39 +0100 Subject: [PATCH] Update CLI reference for python-novaclient 2.23.0 Change-Id: I33c53e3ccde29a573e05eef96d7ca80de18dc448 --- .../generated/ch_cli_nova_commands.xml | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_nova_commands.xml b/doc/cli-reference/generated/ch_cli_nova_commands.xml index 74441cb3b2..ceaa03471b 100644 --- a/doc/cli-reference/generated/ch_cli_nova_commands.xml +++ b/doc/cli-reference/generated/ch_cli_nova_commands.xml @@ -15,7 +15,7 @@ interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents nova version - 2.22.0. + 2.23.0. For help on a specific nova @@ -1035,7 +1035,9 @@ secgroup-add-default-rule - Add a rule to the default security group. + Add a rule to the set of rules that will be + added to the 'default' security group for new + tenants. @@ -1075,7 +1077,9 @@ secgroup-delete-default-rule - Delete a rule from the default security group. + Delete a rule from the set of rules that will + be added to the 'default' security group for + new tenants. @@ -1108,7 +1112,8 @@ secgroup-list-default-rules - List rules for the default security group. + List rules that will be added to the 'default' + security group for new tenants. @@ -2718,8 +2723,8 @@ Boot a new server. Store arbitrary files from <src-path> locally - to <dst-path> on the new server. You may store - up to 5 files. + to <dst-path> on the new server. Limited by + the injected_files quota value. @@ -6193,7 +6198,8 @@ Delete networks and security groups associated with a project. nova secgroup-add-default-rule usage: nova secgroup-add-default-rule <ip-proto> <from-port> <to-port> <cidr> -Add a rule to the default security group. +Add a rule to the set of rules that will be added to the 'default' security +group for new tenants. Positional arguments @@ -6377,7 +6383,8 @@ Delete a security group. usage: nova secgroup-delete-default-rule <ip-proto> <from-port> <to-port> <cidr> -Delete a rule from the default security group. +Delete a rule from the set of rules that will be added to the 'default' +security group for new tenants. Positional arguments @@ -6535,7 +6542,7 @@ List security groups for the current tenant. nova secgroup-list-default-rules usage: nova secgroup-list-default-rules -List rules for the default security group. +List rules that will be added to the 'default' security group for new tenants.