module Devops module Model class StackOpenstack < StackBase self.provider = 'openstack' def stack_status details[:stack_status] || details['stack_status'] if details end end end end