Actions
Bug #12187
closedWarning! uninitialized constant Fog::Compute::OpenStack
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
This occurs when I attempt to power on or power off a Google instance, however, the power on/off succeeds. Full trace is attached.
Files
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 91
As a workaround, you can "yum install foreman-compute".
The issue comes from being able to install the GCE support (bundler group) without the Fog group (foreman-compute). The view helper shouldn't assume that the Fog::Compute::OpenStack class exists (simply doing vm.class.name
and comparing strings would be enough).
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release deleted (
91)
Sorry, this hasn't been fixed in time for the 1.9.3 release, unsetting.
Updated by Dominic Cleal about 9 years ago
- Category changed from Compute resources - GCE to Compute resources - OpenStack
Updated by Dominic Cleal about 9 years ago
- Has duplicate Bug #13081: uninitialized constant Fog::Compute::OpenStack added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tom Caspy
- Pull request https://github.com/theforeman/foreman/pull/3200 added
Updated by Tom Caspy almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 49c332e55d61d08eb51ebec8029889a7e396e125.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 123
Actions