# File lib/fog/rackspace/models/orchestration/stack.rb, line 30
        def save(options={})
          if persisted?
            service.update_stack(self, options).body['stack']
          else
            service.stacks.create(options)
          end
        end