# File lib/fog/container_infra/openstack.rb, line 145
        def request(options = {})
          options[:headers] = {'OpenStack-API-Version' => "container-infra #{SUPPORTED_MICROVERSION}"}
          super(options)
        end