Merge "Make --osd-spec and --crush-hierarchy not mutually exclusive" into stable/wallaby

This commit is contained in:
Zuul 2022-03-14 09:59:20 +00:00 committed by Gerrit Code Review
commit 884d3d52f1

View File

@ -189,11 +189,11 @@ class OvercloudCephDeploy(command.Command):
"data_devices value inside the "
"Ceph spec file."),
default=None)
spec_group.add_argument('--crush-hierarchy',
help=_(
"Path to an existing crush hierarchy spec "
"file. "),
default=None)
parser.add_argument('--crush-hierarchy',
help=_(
"Path to an existing crush hierarchy spec "
"file. "),
default=None)
parser.add_argument('--container-image-prepare',
help=_(
"Path to an alternative "