Bug 1417670

Summary: Alembic upgrade fails
Product: Red Hat OpenStack Reporter: Alexander Stafeyev <astafeye>
Component: openstack-octaviaAssignee: Assaf Muller <amuller>
Status: CLOSED NOTABUG QA Contact: Toni Freger <tfreger>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: beagles, ihrachys, jlibosva, lpeer, majopela, nyechiel, oblaut
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-31 12:03:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1378993    

Comment 2 Brent Eagles 2017-01-30 16:06:26 UTC
I'm not certain if this is related but this patch was made post newton: https://review.openstack.org/#/c/422175/

Comment 3 Jakub Libosvar 2017-01-31 12:03:05 UTC
Brent is correct, the newer version of Octavia refers to using octavia-db-manage. Once correct connection string is set in /etc/octavia/octavia.conf, alembic migrations succeed.

I also needed to change localhost address in the config to use node's IP address as mysql doesn't listen on localhost. Maybe worth updating document from comment 0.