Hide Forgot
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.
that's db hacking, please use engine-config utility for this. *** This bug has been marked as a duplicate of bug 1019616 ***