diff --git a/tripleoclient/v2/overcloud_ceph.py b/tripleoclient/v2/overcloud_ceph.py index d6e78e481..3f485fdc5 100644 --- a/tripleoclient/v2/overcloud_ceph.py +++ b/tripleoclient/v2/overcloud_ceph.py @@ -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 "