Bug #23818
Can't save OpenStack OSP 12 Compute Resource
Difficulty:
Triaged:
Bugzilla link:
Description
On fog-openstack 0.1.23, Excon expects a 200 when it creates the first key-pair on OpenStack. On recent versions, it returns a 201.
There is a fix for it on fog-openstack 0.1.25, so we should update to it both in Foreman and in packaging.
Related issues
Associated revisions
History
#1
Updated by Daniel Lobato Garcia almost 5 years ago
- Bugzilla link set to 1513932
#2
Updated by The Foreman Bot almost 5 years ago
- Assignee set to Daniel Lobato Garcia
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5660 added
#3
Updated by Daniel Lobato Garcia almost 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 5c45eb87116ee4558e2d8af64036aa3bbd0233db.
#4
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5668 added
#5
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5669 added
#6
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5670 added
#7
Updated by Daniel Lobato Garcia almost 5 years ago
- Legacy Backlogs Release (now unused) set to 353
#8
Updated by Marek Hulán almost 5 years ago
- Related to Bug #23949: Unable to create a osp compute resource with auth api v3 added
Fixes #23818 - Update fog-openstack to save OpenStack OSP 12
On fog-openstack 0.1.23, Excon expects a 200 when it creates the first
key-pair on OpenStack. On recent versions, it returns a 201.
There is a fix for it on fog-openstack 0.1.25, so we should update to it
both in Foreman and in packaging.