module Devops module Model class StackOpenstack < StackBase self.provider = 'openstack' end end end