Senlin integration broken in latest Queens
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Heat |
Fix Released
|
Undecided
|
Erik Olof Gunnar Andersson |
Bug Description
The current pinned version of the openstacksdk does not seem to be compatible with Senlin.
I am currently seeing Unknown version in URI returned from Senlin when running Heat with the python-
When changing the openstacksdk to 0.12.0 it works fine.
This all looks to be related to this patch.
https:/
Changed in heat: | |
assignee: | nobody → Erik Olof Gunnar Andersson (eandersson) |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit d47a4540dc23fc2
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Tue Apr 3 23:33:59 2018 -0700
Fixing Senlin incompatibility with openstacksdk 0.11.x
When running Heat with OpenstackSDK 0.11.3 (or older)
no clustering version is being passed on, causing the
call to Senlin to fail with the following error message.
> Unknown version in URI from
With this patch we always set the api version for clustering.
Change-Id: I61876b599373c5
Closes-Bug: #1760932
Changed in heat: | |
status: | In Progress → Fix Released |
Fix proposed to branch: stable/queens
Review: https:/
This issue was fixed in the openstack/heat 11.0.0.0b1 development milestone.
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: stable/queens
commit 55533a19f70e6b7
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Tue Apr 3 23:33:59 2018 -0700
Fixing Senlin incompatibility with openstacksdk 0.11.x
When running Heat with OpenstackSDK 0.11.3 (or older)
no clustering version is being passed on, causing the
call to Senlin to fail with the following error message.
> Unknown version in URI from
With this patch we always set the api version for clustering.
Change-Id: I61876b599373c5
Closes-Bug: #1760932
Story: #1760932
Task: #18787
(cherry picked from commit d47a4540dc23fc2
tags: | added: in-stable-queens |
This issue was fixed in the openstack/heat 10.0.2 release.
Fix proposed to branch: master /review. openstack. org/558710
Review: https:/