puts '!!! WARNING: Some StackOpenstack methods are stubbed' class StackOpenstack < StackBase def create_stack_in_cloud! self.cloud_stack_id = '4c712026-dcd5-4664-90b8-0915494c1332' end def delete_stack_in_cloud! true end end