# File lib/fog/baremetal/openstack/requests/patch_port.rb, line 15
        def patch_port(port_uuid, patch)
          request(
            :body    => Fog::JSON.encode(patch),
            :expects => 200,
            :method  => 'PATCH',
            :path    => "ports/#{port_uuid}"
          )
        end