Sha256: 2033127cd2b4167f186d72efca0ca0ec8c339341dabbee4a7624f9f7a91f13f7
Contents?: true
Size: 341 Bytes
Versions: 23
Compression:
Stored size: 341 Bytes
Contents
module Fog module Orchestration class OpenStack class Real def preview_stack(options = {}) request( :body => Fog::JSON.encode(options), :expects => [200], :method => 'POST', :path => 'stacks/preview' ) end end end end end
Version data entries
23 entries across 23 versions & 3 rubygems