# File lib/fog/planning/openstack/requests/get_plan_templates.rb, line 5 def get_plan_templates(plan_uuid) request( :expects => [200, 204], :method => 'GET', :path => "plans/#{plan_uuid}/templates" ) end