Change keystone v2.0 to v3
Change-Id: Ie347986d9cd69d6a5032a063b7930aefee5280fa
This commit is contained in:
parent
9fd11d13a7
commit
c3c62f5d95
@ -11,7 +11,7 @@ describe Puppet::Provider::Nova do
|
||||
|
||||
let :credential_hash do
|
||||
{
|
||||
'auth_url' => 'https://192.168.56.210:5000/v2.0/',
|
||||
'auth_url' => 'https://192.168.56.210:5000/v3/',
|
||||
'project_name' => 'admin_tenant',
|
||||
'username' => 'admin',
|
||||
'password' => 'password',
|
||||
@ -20,7 +20,7 @@ describe Puppet::Provider::Nova do
|
||||
end
|
||||
|
||||
let :auth_endpoint do
|
||||
'https://192.168.56.210:5000/v2.0/'
|
||||
'https://192.168.56.210:5000/v3/'
|
||||
end
|
||||
|
||||
let :credential_error do
|
||||
|
Loading…
Reference in New Issue
Block a user