Bug 1438883
Summary: | No enum constant ProviderType.http://localhost:9696 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | jniederm | ||||||
Component: | BLL.Infra | Assignee: | Martin Perina <mperina> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | future | CC: | bugs, mmirecki, oourfali | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-04-05 07:48:15 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: | |||||||||
Attachments: |
|
Description
jniederm
2017-04-04 16:02:58 UTC
Created attachment 1268716 [details]
whole-engine.log.zip
Workaround: * swap values of columns 'url' and 'provider_type' for row where name = 'ovirt-provider-ovn' in db table providers * set value of column 'custom_properties' to null in the same row *** This bug has been marked as a duplicate of bug 1436965 *** The fix for the issue is in: https://gerrit.ovirt.org/#/c/74968/ This fixes the setup script. If you have an existing setup that is affected by the bug, please do the following update on your db: sudo -u postgres psql \connect <YOUR DBNAME> delete from providers where url='EXTERNAL_NETWORK'; \q |