kirves: you can add a fixed version to the recipe for activesupport.
kirves
Yeah, I was going to try that. Is that a good practice though?
kirves has quit
kirves joined the channel
ogzy
kirves: tboerger_i am now at the stage of installing neutron
tboerger_: i need to know how can i send PR, i havent check the docs yet but any link that you can guide me?
kirves has quit
tboerger_
ogzy: simply create a new branch and send a pull request on github
ogzy
tboerger_: ok :)
alexpilotti joined the channel
alexpilotti has quit
Blackavar joined the channel
alexpilotti joined the channel
kirves joined the channel
kirves
tboerger_: no luck with ading a fixed version
it's like the crowbar recipe is not executed, but if I put it manually in the role it installs bluepill
Mr_D joined the channel
tboerger_ has quit
tboerger joined the channel
mattray joined the channel
Mr_D has quit
Mr_D joined the channel
ogzy
tboerger: this is my current situation where nova proposal creation fails with nil class error: http://dpaste.com/1657984/ any idea about what can be the reason?
tboerger
sounds like a problem with kvm = non_hyperv.select { |n| n if n[:cpu]['0'][:flags].include?("vmx") or n[:cpu]['0'][:flags].include?("svm") }
maybe kvm = non_hyperv.select { |n| n if n[:cpu]['0'][:flags] and (n[:cpu]['0'][:flags].include?("vmx") or n[:cpu]['0'][:flags].include?("svm")) }
have not tested it, i dont know which key is missing
ogzy
tboerger: do you know which file is required to be edited?
tboerger: nova_service.rb it seems
tboerger
yeah
ogzy
tboerger: the first one is already written as you wrote
tboerger: i tried kvm = non_hyperv.select { |n| n if n[:cpu]['0'][:flags] and (n[:cpu]['0'][:flags].include?("vmx") or n[:cpu]['0'][:flags].include?("svm")) } and restarted the crowbar-webserver, and it didn't helped