diff --git a/magnumclient/v1/baymodels_shell.py b/magnumclient/v1/baymodels_shell.py index 4bc4337..dfd6fb0 100644 --- a/magnumclient/v1/baymodels_shell.py +++ b/magnumclient/v1/baymodels_shell.py @@ -38,7 +38,7 @@ def _show_baymodel(baymodel): @utils.arg('--keypair-id', required=True, metavar='', - help=_('The name or UUID of the SSH keypair to load into the' + help=_('The name of the SSH keypair to load into the' ' Bay nodes.')) @utils.arg('--external-network-id', required=True, diff --git a/magnumclient/v1/cluster_templates_shell.py b/magnumclient/v1/cluster_templates_shell.py index 3b4c1e5..6793ed1 100644 --- a/magnumclient/v1/cluster_templates_shell.py +++ b/magnumclient/v1/cluster_templates_shell.py @@ -60,12 +60,12 @@ def _show_cluster_template(cluster_template): dest='keypair', metavar='', help=utils.deprecation_message( - 'The name or UUID of the SSH keypair to load into the ' + 'The name of the SSH keypair to load into the ' 'Cluster nodes.', 'keypair')) @utils.arg('--keypair', dest='keypair', metavar='', - help=_('The name or UUID of the SSH keypair to load into the ' + help=_('The name of the SSH keypair to load into the ' 'Cluster nodes.')) @utils.arg('--external-network-id', dest='external_network', diff --git a/magnumclient/v1/clusters_shell.py b/magnumclient/v1/clusters_shell.py index 1761009..d75e1ab 100644 --- a/magnumclient/v1/clusters_shell.py +++ b/magnumclient/v1/clusters_shell.py @@ -101,13 +101,13 @@ def do_cluster_list(cs, args): metavar='', default=None, help=utils.deprecation_message( - 'UUID or name of the keypair to use for this cluster.', + 'Name of the keypair to use for this cluster.', 'keypair')) @utils.arg('--keypair', dest='keypair', metavar='', default=None, - help=_('UUID or name of the keypair to use for this cluster.')) + help=_('Name of the keypair to use for this cluster.')) @utils.arg('--node-count', metavar='', type=int,