Bug #19419
Invalid syntax in aws fog extension
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - EC2
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
When testing out view virtual machines I was unable to list the virtual machines due to what I believe is invalid syntax in
https://github.com/theforeman/foreman/blob/develop/app/models/concerns/fog_extensions/aws/server.rb#L9
I believe it needs a : before the []
Please feel free to correct me if I am wrong, I am not a ruby developer.
Related issues
Associated revisions
refs #19419 - test aws fog_extensions name methods
fixes #19419 - fix invalid syntax in aws fog extention
Fix invalid syntax in server.rb
refs #19419 - test aws fog_extensions name methods
History
#1
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4493 added
#2
Updated by Timo Goebel almost 4 years ago
- Legacy Backlogs Release (now unused) set to 209
#3
Updated by Dominic Cleal almost 4 years ago
- Related to Feature #18064: Ability to import and provision existing VMs added
#4
Updated by Dominic Cleal almost 4 years ago
- Category set to Compute resources - EC2
- Assignee set to Ben Plessinger
#5
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/4494 added
#6
Updated by Anonymous almost 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 704659e68fd9f11c5d95b96a64c165fc4d750cf7.
fixes #19419 - fix invalid syntax in aws fog extention
Fix invalid syntax in server.rb