Fresh installation fails when using amphora test image: expects queries on /1.0/info
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Octavia Charm |
Expired
|
Undecided
|
Unassigned |
Bug Description
Cloud: stein
Non-HA mode
Simple installation on top of MAAS with single network
Deployed Octavia and followed procedure on: https:/
Get amphora test-image:
wget http://
Octavia fails because installed packages reach for amphora version on mgmt network using API v0.5 (hence, path is: /0.5/info). However, more recent test image only accepts v1.0 (/1.0/info or initial discovery query on /).
I can see that HAProxy driver code on /usr/lib/
https:/
Only available work-around to make it work is:
export export DIB_REPOREF_
# Pull diskimage-create script from octavia's source -> follow procedure to set it up
./diskimage-
Same behavior when using Train as openstack-version.
So, is this using the retrofix image that the charm-octavia toolset provides to create amphorae images? Does it work with the retrofix images?