Bug #15681
closedFog Openstack version should require at least version 0.1.7 to ensure compatibility with Openstack Liberty
Description
Due to changes in Openstack, the Compute API in Liberty (and maybe other APIs) are no longer forgiving for empty values.
See the following commit: https://github.com/fog/fog-openstack/commit/13bfc96ba646c65487c8a619ee84ad5f6268e702
This totally breaks stuff like boot from volume.
Updated by Imri Zvik over 8 years ago
Should probably be
gem 'fog-openstack', '~> 0.1', '>= 0.1.7'
Updated by Dominic Cleal over 8 years ago
The pinning of fog-core to 1.36.0 currently prevents the ~> 0.1 matcher from matching 0.1.7. If fog-core is updated to over 1.40 (either specifically, or unpinned) then we'll automatically inherit a newer version of fog-openstack too.
Updated by Imri Zvik over 8 years ago
Well, since this breaks the functionality quite bad, I think this should get priority.
Note that Liberty is the minimal version of Openstack still supported (http://releases.openstack.org/), so Foreman should probably be compatibable with it.
Updated by Imri Zvik over 8 years ago
Dominic Cleal wrote:
The pinning of fog-core to 1.36.0 currently prevents the ~> 0.1 matcher from matching 0.1.7. If fog-core is updated to over 1.40 (either specifically, or unpinned) then we'll automatically inherit a newer version of fog-openstack too.
btw, another thing to note is that nothing ensures you will get the latest version of 0.1 - see https://github.com/bundler/bundler/issues/3089#issuecomment-48533609 for example.
Therefore, it is probably a good idea to change the requirement anyway.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Imri Zvik
- Pull request https://github.com/theforeman/foreman/pull/3648 added
Updated by Imri Zvik over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e8bceb07db45810abafe354f474a4c3cabffb295.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 160