Clarify the purpose of --http-boot

In a multiarch cloud when using "openstack overcloud image upload" the
argument --http-boot is of vital importance. This argument must be
customized such that a distinct folder is created for the images of
each arch (and possibly platform). Now, reflect this in docstring /
help text (tripleo-docs already has some content, luckily).

Change-Id: I707ed1de6aa0347185769baa2ee0539bcb6d2df4
Closes-Bug: #1840711
This commit is contained in:
Jeremy Freudberg 2019-09-04 14:30:47 -04:00
parent 5075a76366
commit 5afa9c862a
1 changed files with 4 additions and 1 deletions

View File

@ -270,7 +270,10 @@ class UploadOvercloudImage(command.Command):
default=self._get_environment_var(
'HTTP_BOOT',
constants.IRONIC_HTTP_BOOT_BIND_MOUNT),
help=_("Root directory for the ironic-python-agent image")
help=_("Root directory for the ironic-python-agent image. If "
"uploading images for multiple architectures/platforms, "
"vary this argument such that a distinct folder is "
"created for each architecture/platform.")
)
parser.add_argument(
"--update-existing",