-
Notifications
You must be signed in to change notification settings - Fork 63
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
Make ems_ref of service_port_config unique #89
Make ems_ref of service_port_config unique #89
Conversation
Make ems_ref of service_port_config unique by adding :protocol.
Checked commit Ladas@5eac3f6 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Sounds good, this is what we wanted to do, but I want to reproduce this in real life. |
@Ladas @cben why not just using the Also, I think that for correctness technically we'd need a migration (maybe we can get away without it, but at least let's consider it). |
So just @simon3z in ManageIQ/manageiq#15574 Ladislav concluded we're (sometimes) doing unnecessary deletes/inserts anyway so we can do them one last time, don't require a migration. I keep thinking "why not first change refresh to ignore ems_ref and use individual parts", then drop ems_ref. Problem is that |
👍
Correct me if I'm wrong but it seems what I was suggesting in my previous comment, so 👍 |
replaced by: |
Make ems_ref of service_port_config unique by adding :protocol.