Sha256: e60cc0032a1e93584b6ef79763d37bbbddd51ebcf71a0a1c77bbddf8d730d785

Contents?: true

Size: 313 Bytes

Versions: 62

Compression:

Stored size: 313 Bytes

Contents

module Fog
  module Orchestration
    class OpenStack
      class Real
        def abandon_stack(stack)
          request(
            :expects => [200],
            :method  => 'DELETE',
            :path    => "stacks/#{stack.stack_name}/#{stack.id}/abandon"
          )
        end
      end
    end
  end
end

Version data entries

62 entries across 60 versions & 5 rubygems

Version Path
fog-1.29.0 lib/fog/openstack/requests/orchestration/abandon_stack.rb
fog-1.28.0 lib/fog/openstack/requests/orchestration/abandon_stack.rb