Merge "Add related_to help message for instance help"

This commit is contained in:
Jenkins 2017-06-15 04:30:55 +00:00 committed by Gerrit Code Review
commit 8aaa4e81aa
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ INSTANCE_HELP = _("Add an instance to the cluster. Specify multiple "
"port-id=<port-uuid>>' "
"(where net-id=network_id, v4-fixed-ip=IPv4r_fixed_address, "
"port-id=port_id), availability_zone=<AZ_hint_for_Nova>, "
"module=<module_name_or_id>, type=<type_of_cluster_node>.")
"module=<module_name_or_id>, type=<type_of_cluster_node>, "
"related_to=<related_attribute>.")
NIC_ERROR = _("Invalid NIC argument: %s. Must specify either net-id or port-id"
" but not both. Please refer to help.")
NO_LOG_FOUND_ERROR = _("ERROR: No published '%(log_name)s' log was found for "