-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove method "name" from physical_server #41
Conversation
The method named "name" was causing inconsistency when A physical server is showing in UI and in RES API.
Checked commit https://github.com/lenovo/manageiq-providers-lenovo/commit/ba6a699b1d6904d83a9259e167d6354802d84061 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Hmm, I thought This is another reason why we need to add more tests :) |
walter is there a reason we can't set the name method to return the information that we want it to return? |
I don't know why you would need a name described like this. |
@juliancheal @rodneyhbrown7 @Fryguy The problem is that when we try to use |
@Fryguy ah ok. Must have been a mistake on my part |
@miq-bot add_label fine/yes |
Remove method "name" from physical_server (cherry picked from commit 8553890)
Fine backport details:
|
The method "name" in physical server class is causing inconsistency when we are trying show a Physical server's name in the UI and in the REST API as well.
The method was removed to solve this issue.