# File lib/fog/key_manager/openstack/requests/create_secret.rb, line 5
        def create_secret(options)
          request(
            :body    => Fog::JSON.encode(options),
            :expects => [201],
            :method  => 'POST',
            :path    => 'secrets'
          )
        end