File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11< ?xml version="1.0" encoding="UTF-8"?>
22
33< client-auth xmlns ="http://docs.rackspacecloud.com/repose/client-auth/v1.0 ">
4- < openstack-auth delegable ="<%= @delegable %> " tenanted ="<%= @tenanted %> " group-cache-timeout ="<%= @group_cache_timeout %> " <% if @connection_pool_id %> connectionPoolId ="<%= @connection_pool_id %> "<% end %> <% if @token_cache_timeout %> token-cache-timeout ="<%= @token_cache_timeout %> "<% end %> <% if @request_groups %> request-groups == "<%= @request_groups %> "<% end %> xmlns ="http://docs.openrepose.org/repose/client-auth/os-ids-auth/v1.0 ">
4+ < openstack-auth delegable ="<%= @delegable %> " tenanted ="<%= @tenanted %> " group-cache-timeout ="<%= @group_cache_timeout %> " <% if @connection_pool_id %> connectionPoolId ="<%= @connection_pool_id %> "<% end %> <% if @token_cache_timeout %> token-cache-timeout ="<%= @token_cache_timeout %> "<% end %> <% if @request_groups %> request-groups ="<%= @request_groups %> "<% end %> xmlns ="http://docs.openrepose.org/repose/client-auth/os-ids-auth/v1.0 ">
55 < identity-service username ="<%= @auth [ 'user' ] -%> " password ="<%= @auth [ 'pass' ] -%> " uri ="<%= @auth [ 'uri' ] -%> " />
66<%- if @client_maps -%>
77 <% @client_maps . each do |client_map | -%>
You can’t perform that action at this time.
0 commit comments