Merge "BnR Typo missing some spaces between words on the command help"
This commit is contained in:
commit
f6036f1c3f
@ -42,14 +42,14 @@ class BackupOvercloud(command.Command):
|
|||||||
const='rear',
|
const='rear',
|
||||||
nargs='?',
|
nargs='?',
|
||||||
action='store',
|
action='store',
|
||||||
help=_("Initialize environment for backup,"
|
help=_("Initialize environment for backup, "
|
||||||
"using 'rear' or 'nfs' as args "
|
"using 'rear' or 'nfs' as args "
|
||||||
"which will check for package install "
|
"which will check for package install "
|
||||||
"and configured ReaR or NFS server. "
|
"and configured ReaR or NFS server. "
|
||||||
"Defaults to: rear. "
|
"Defaults to: rear. "
|
||||||
"i.e. --init rear. "
|
"i.e. --init rear. "
|
||||||
"WARNING: This flag will be deprecated"
|
"WARNING: This flag will be deprecated "
|
||||||
"and replaced by '--setup-rear' and"
|
"and replaced by '--setup-rear' and "
|
||||||
"'--setup-nfs'.")
|
"'--setup-nfs'.")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -42,14 +42,14 @@ class BackupUndercloud(command.Command):
|
|||||||
const='rear',
|
const='rear',
|
||||||
nargs='?',
|
nargs='?',
|
||||||
action='store',
|
action='store',
|
||||||
help=_("Initialize environment for backup,"
|
help=_("Initialize environment for backup, "
|
||||||
"using 'rear' or 'nfs' as args "
|
"using 'rear' or 'nfs' as args "
|
||||||
"which will check for package install "
|
"which will check for package install "
|
||||||
"and configured ReaR or NFS server. "
|
"and configured ReaR or NFS server. "
|
||||||
"Defaults to: rear. "
|
"Defaults to: rear. "
|
||||||
"i.e. --init rear. "
|
"i.e. --init rear. "
|
||||||
"WARNING: This flag will be deprecated"
|
"WARNING: This flag will be deprecated "
|
||||||
"and replaced by '--setup-rear' and"
|
"and replaced by '--setup-rear' and "
|
||||||
"'--setup-nfs'.")
|
"'--setup-nfs'.")
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -58,8 +58,8 @@ class BackupUndercloud(command.Command):
|
|||||||
'--setup-nfs',
|
'--setup-nfs',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=_("Setup the NFS server on the backup node"
|
help=_("Setup the NFS server on the backup node "
|
||||||
"which will install required packages"
|
"which will install required packages "
|
||||||
"and configuration on the host 'BackupNode' "
|
"and configuration on the host 'BackupNode' "
|
||||||
"in the ansible inventory.")
|
"in the ansible inventory.")
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ class BackupUndercloud(command.Command):
|
|||||||
'--setup-rear',
|
'--setup-rear',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=_("Setup ReaR on the 'Undercloud' host which will"
|
help=_("Setup ReaR on the 'Undercloud' host which will "
|
||||||
"install and configure ReaR.")
|
"install and configure ReaR.")
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ class BackupUndercloud(command.Command):
|
|||||||
'--inventory',
|
'--inventory',
|
||||||
action='store',
|
action='store',
|
||||||
default='/home/stack/tripleo-inventory.yaml',
|
default='/home/stack/tripleo-inventory.yaml',
|
||||||
help=_("Tripleo inventory file generated with"
|
help=_("Tripleo inventory file generated with "
|
||||||
"tripleo-ansible-inventory command. "
|
"tripleo-ansible-inventory command. "
|
||||||
"Defaults to: /home/stack/tripleo-inventory.yaml.")
|
"Defaults to: /home/stack/tripleo-inventory.yaml.")
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user