Fix typo in swift_keystone_test.rb & swift.rb

TrivialFix

Change-Id: I7e9bc64ef4f1df3964f1a0a0acb11e22291bbd0c
This commit is contained in:
zhangyanxian 2017-01-20 06:17:26 +00:00
parent 121615cc1f
commit bf21e216f8
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ user_header="-H 'X-Storage-User: #{user}'"
password_header="-H 'X-Storage-Pass: #{password}'"
get_cred_command="curl -k -v #{user_header} #{password_header} http://#{proxy_local_net_ip}:8080/auth/v1.0"
# verify that we can retrive credentials from our user
# verify that we can retrieve credentials from our user
result_hash = {}
puts "getting credentials: #{get_cred_command}"
Open3.popen3(get_cred_command) do |stdin, stdout, stderr|

View File

@ -17,7 +17,7 @@ user_header="-H 'X-Storage-User: #{user}'"
password_header="-H 'X-Storage-Pass: #{password}'"
get_cred_command="curl -k -v #{user_header} #{password_header} http://#{proxy_local_net_ip}:5000/v2.0/"
# verify that we can retrive credentials from our user
# verify that we can retrieve credentials from our user
result_hash = {}
puts "getting credentials: #{get_cred_command}"
Open3.popen3(get_cred_command) do |stdin, stdout, stderr|

View File

@ -17,7 +17,7 @@ user_header="-H 'X-Storage-User: #{user}'"
password_header="-H 'X-Storage-Pass: #{password}'"
get_cred_command="curl -k -v #{user_header} #{password_header} http://#{proxy_local_net_ip}:8080/auth/v1.0"
# verify that we can retrive credentials from our user
# verify that we can retrieve credentials from our user
result_hash = {}
puts "getting credentials: #{get_cred_command}"
Open3.popen3(get_cred_command) do |stdin, stdout, stderr|