Bug 1019612 - [engine-backend] [external provider] in order to add an external provider to rhevm, user has to manually update the KeystoneAuthUrl value in DB
Summary: [engine-backend] [external provider] in order to add an external provider to ...
Keywords:
Status: CLOSED DUPLICATE of bug 1019616
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.3.0
Hardware: x86_64
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.3.0
Assignee: Nobody
QA Contact:
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-16 07:19 UTC by Elad
Modified: 2016-02-10 19:02 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-16 08:11:57 UTC
oVirt Team: Infra
Target Upstream Version:


Attachments (Terms of Use)

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 ***


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