Skip to content

Commit

Permalink
Remove the AnsibleAuthentications mixin
Browse files Browse the repository at this point in the history
This was created to store the AWX installation metadata as authentication
rows referencing some other AR object. While the secret key value
will be referenced to migrate the credentials from the AWX database [1],
we don't need to keep these helper methods around

[1] https://github.com/ManageIQ/manageiq-schema/blob/c7155843816b690fcddae274d45da0e60da487d4/db/migrate/20190617191109_move_awx_credentials_to_authentications.rb#L146-L153
  • Loading branch information
carbonin committed Jul 23, 2019
1 parent f238ea1 commit a53609d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion app/models/miq_database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class MiqDatabase < ApplicationRecord

include AuthenticationMixin
include PasswordMixin
include AnsibleAuthentications

virtual_has_many :vmdb_tables

Expand Down
79 changes: 0 additions & 79 deletions app/models/mixins/ansible_authentications.rb

This file was deleted.

0 comments on commit a53609d

Please sign in to comment.