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