From 674e7c8b447a2c197750e7424a9c083a26008d39 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Fri, 1 Dec 2017 21:20:43 +0800 Subject: [PATCH] inject file: add method of showing quota value of injecting files for 'rebuild' command Adding command of how to get the quota value of injecting multiple files, as we've already done in 'boot' command. Change-Id: Ib5ee9658a9e15b849dce729719f8297d2108de57 Signed-off-by: Chen Hanxiao --- novaclient/v2/shell.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index f9487a8b9..6165dfed7 100644 --- a/novaclient/v2/shell.py +++ b/novaclient/v2/shell.py @@ -1819,7 +1819,9 @@ def do_reboot(cs, args): default=[], help=_("Store arbitrary files from locally to " "on the new server. More files can be injected using multiple " - "'--file' options. You may store up to 5 files.")) + "'--file' options. You may store up to 5 files by default. " + "The maximum number of files is specified by the 'Personality' " + "limit reported by the 'nova limits' command.")) @utils.arg( '--key-name', metavar='',