Bug 1019616 - [RFE] glance integration: user needs to set KeystoneURL config in order to activate external provider
Summary: [RFE] glance integration: user needs to set KeystoneURL config in order to ac...
Keywords:
Status: CLOSED DUPLICATE of bug 1157999
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-setup
Version: 3.3.0
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Ofer Schreiber
QA Contact: Pavel Stehlik
URL:
Whiteboard: infra
: 1019612 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-16 07:24 UTC by Haim
Modified: 2016-02-10 19:40 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-06 08:38:28 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:
sherold: Triaged+


Attachments (Terms of Use)

Description Haim 2013-10-16 07:24:39 UTC
Description of problem:

as a part of the steps user is required to perform when configuring a new external provider, user need to manually update data-base value and add keystone URL for authentication. 

we need to provide an easier way to do that.
also, what happens if user wants to have several authentication servers? 

command:

 psql -U postgres engine -c "UPDATE vdc_options SET option_value = 'http://10.35.161.239:35357/v2.0/' where option_id = '107' ";

Comment 1 Itamar Heim 2013-10-16 08:11:10 UTC
(In reply to Haim from comment #0)
> Description of problem:
> 
>  psql -U postgres engine -c "UPDATE vdc_options SET option_value =
> 'http://10.35.161.239:35357/v2.0/' where option_id = '107' ";

that's db hacking - use engine-config please...

multiple auth providers not supported yet.
plan is to add keystone as a provider later on.

Comment 2 Itamar Heim 2013-10-16 08:11:57 UTC
*** Bug 1019612 has been marked as a duplicate of this bug. ***

Comment 3 Haim 2013-10-16 09:46:58 UTC
(In reply to Itamar Heim from comment #1)
> (In reply to Haim from comment #0)
> > Description of problem:
> > 
> >  psql -U postgres engine -c "UPDATE vdc_options SET option_value =
> > 'http://10.35.161.239:35357/v2.0/' where option_id = '107' ";
> 
> that's db hacking - use engine-config please...
> 
> multiple auth providers not supported yet.
> plan is to add keystone as a provider later on.

we need to provide better way, maybe using UI.

Comment 5 Oved Ourfali 2015-04-06 08:38:28 UTC
We decided on engine-config, when there was a need only for one setting. IMO this is a valid approach.
However, now we moved to configuration per provider, so obviously using engine-config isn't enough, so this was changed as part of Bug 1157999.
Closing this as duplicate.

*** This bug has been marked as a duplicate of bug 1157999 ***


Note You need to log in before you can comment on or make changes to this bug.