# File lib/fog/key_manager/openstack/requests/get_container_acl.rb, line 5 def get_container_acl(uuid) request( :expects => [200], :method => 'GET', :path => "containers/#{uuid}/acl" ) end