Bug 1019612

Summary: [engine-backend] [external provider] in order to add an external provider to rhevm, user has to manually update the KeystoneAuthUrl value in DB
Product: Red Hat Enterprise Virtualization Manager Reporter: Elad <ebenahar>
Component: ovirt-engineAssignee: Nobody <nobody>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: acathrow, iheim, lpeer, pstehlik, Rhev-m-bugs, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.3.0   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-16 08:11:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Elad 2013-10-16 07:19:32 UTC
Description of problem:
User has to update KeystoneAuthUrl value in vdc_options table in DB, in order to be able to add an external provider to rhevm (like glance). This operation should not be done via the DB.


example:

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


Version-Release number of selected component (if applicable):
rhevm-3.3.0-0.25.beta1.el6ev.noarch


Expected results:
This operation should be done via rhevm APIs like web admin portal.

Comment 1 Itamar Heim 2013-10-16 08:11:57 UTC
that's db hacking, please use engine-config utility for this.

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