-
Notifications
You must be signed in to change notification settings - Fork 898
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
Checks PXE customization templates for unique names #15495
Checks PXE customization templates for unique names #15495
Conversation
@bdunne The commit comment from Any thoughts? I'm not sure why this would cause an issue. Only thing I could come up with is multi-regions. |
Yeah, I think this needs to validate uniqueness within a region. |
@gtanzillo Any thoughts here or examples you can point us at for this? Do we scope other resources by region? |
@gmcculloug We do this in a bunch of places. In addition to the place Brandon referenced, we are also doing it for users and groups |
@miq-bot remove_label wip |
Checked commit d-m-u@789ddfc with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
…e_name Checks PXE customization templates for unique names (cherry picked from commit aca086c) https://bugzilla.redhat.com/show_bug.cgi?id=1518368
Fine backport details:
|
@d-m-u @gmcculloug Can/should we backport this to Euwe branch as per flag on the BZ? |
…_template_name Checks PXE customization templates for unique names (cherry picked from commit aca086c) https://bugzilla.redhat.com/show_bug.cgi?id=1518368
PXE customization templates shouldn't allow duplicates by name. Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1449116