diff --git a/ironicclient/osc/v1/baremetal_volume_target.py b/ironicclient/osc/v1/baremetal_volume_target.py index 9be5c7d40..7940e482c 100644 --- a/ironicclient/osc/v1/baremetal_volume_target.py +++ b/ironicclient/osc/v1/baremetal_volume_target.py @@ -44,8 +44,8 @@ class CreateBaremetalVolumeTarget(command.ShowOne): dest='volume_type', metavar="", required=True, - help=_("Type of the volume target, e.g. 'iscsi', 'fibre_channel', " - "'rbd'.")) + help=_("Type of the volume target, e.g. 'iscsi', " + "'fibre_channel'.")) parser.add_argument( '--property', dest='properties', @@ -295,8 +295,8 @@ class SetBaremetalVolumeTarget(command.Command): '--type', dest='volume_type', metavar="", - help=_("Type of the volume target, e.g. 'iscsi', 'fibre_channel', " - "'rbd'.")) + help=_("Type of the volume target, e.g. 'iscsi', " + "'fibre_channel'.")) parser.add_argument( '--property', dest='properties', diff --git a/ironicclient/v1/volume_target_shell.py b/ironicclient/v1/volume_target_shell.py index 4d145e694..fd9d48663 100644 --- a/ironicclient/v1/volume_target_shell.py +++ b/ironicclient/v1/volume_target_shell.py @@ -142,7 +142,7 @@ def do_volume_target_list(cc, args): '-t', '--type', metavar="", required=True, - help=_("Type of the volume target, e.g. 'iscsi', 'fibre_channel', 'rbd'.")) + help=_("Type of the volume target, e.g. 'iscsi', 'fibre_channel'.")) @cliutils.arg( '-p', '--properties', metavar="",