Update help message for nova boot --file

Stop hard coding the default value for the injected_files quota and just
point to the quota instead.

Change-Id: Ia2abc7e4c3d0e5f954a5c09ff76f11a794e89695
This commit is contained in:
Joe Gordon 2015-03-11 14:00:21 -07:00
parent cf03aeb436
commit 1b512da159
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ def _boot(cs, args):
dest='files',
default=[],
help=_("Store arbitrary files from <src-path> locally to <dst-path> "
"on the new server. You may store up to 5 files."))
"on the new server. Limited by the injected_files quota value."))
@cliutils.arg(
'--key-name',
default=os.environ.get('NOVACLIENT_DEFAULT_KEY_NAME'),