# File lib/fog/key_manager/openstack/requests/replace_container_acl.rb, line 5
        def replace_container_acl(uuid, options)
          request(
            :body    => Fog::JSON.encode(options),
            :expects => [200],
            :method  => 'PUT',
            :path    => "containers/#{uuid}/acl"
          )
        end