Skip to content

Commit

Permalink
Adding ManageIQ service account by default
Browse files Browse the repository at this point in the history
Signed-off-by: enoodle <efreiber@redhat.com>
  • Loading branch information
enoodle committed Dec 30, 2015
1 parent 7cee758 commit 8753a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_facts/library/openshift_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ def get_defaults(self, roles):

common = dict(use_openshift_sdn=True, ip=ip_addr, public_ip=ip_addr,
deployment_type='origin', hostname=hostname,
public_hostname=hostname, use_manageiq=False)
public_hostname=hostname, use_manageiq=True)
common['client_binary'] = 'oc'
common['admin_binary'] = 'oadm'
common['dns_domain'] = 'cluster.local'
Expand Down

0 comments on commit 8753a3f

Please sign in to comment.