Created attachment 594475[details]
Edit Host error dialog without replaced template variables.
Description of problem:
If you try to edit active host, an error message appears (which is correct), but the message contains variables which are not substituted.
Version-Release number of selected component (if applicable):
rhevm-3.1.0_0001-14.el6ev.noarch
How reproducible:
Always
Steps to Reproduce:
1. In RHEVM webadmin create new data center with new cluster in it.
2. Add a host into the new cluster and activate it.
3. Remove the data center created in step 1.
4. Edit host - open Edit Host dialog and just submit it without making any changes.
5. Error dialog appears:
Actual results:
"""
Error:
srh-10:
Cannot ${action} ${type}. Host parameters cannot be modified while Host is operational.
Please switch Host to Maintenance mode first.
"""
Expected results:
Variables '${action}' and '${type}' should be substituted with corresponding values.
Additional info:
See attached screenshot.
Created attachment 594475 [details] Edit Host error dialog without replaced template variables. Description of problem: If you try to edit active host, an error message appears (which is correct), but the message contains variables which are not substituted. Version-Release number of selected component (if applicable): rhevm-3.1.0_0001-14.el6ev.noarch How reproducible: Always Steps to Reproduce: 1. In RHEVM webadmin create new data center with new cluster in it. 2. Add a host into the new cluster and activate it. 3. Remove the data center created in step 1. 4. Edit host - open Edit Host dialog and just submit it without making any changes. 5. Error dialog appears: Actual results: """ Error: srh-10: Cannot ${action} ${type}. Host parameters cannot be modified while Host is operational. Please switch Host to Maintenance mode first. """ Expected results: Variables '${action}' and '${type}' should be substituted with corresponding values. Additional info: See attached screenshot.