-
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
Assign userid to key_pairs while creating #17693
Conversation
029a789
to
88ad310
Compare
@miq-bot add_label bug,blocker |
@andyvesel you have some unrelated commits in this PR, can you rebase? |
a139d52
to
e84934f
Compare
Checked commit andyvesel@e84934f with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM 👍 |
@Ladas could you review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks acceptable 👍
The What I think you want is to add an actual user_id foreign key and add a |
@andyvesel if this can be backported, please add the gaprindashvili/yes label |
@andyvesel @aufi this should be able to be replaced by #17731 |
#17731 was merged, closing |
Added user_id to
create_key_pair
andcreate_key_pair_queue
methods in order to create keypairs with assigned user ids to them.This needed for further fixes in https://bugzilla.redhat.com/show_bug.cgi?id=1589766