Replace port 35357 with 5000

Change-Id: Idb029906fe32f42230e113ee71ec71c72712eee9
This commit is contained in:
Tobias Urdin 2018-07-18 10:26:06 +02:00
parent 9d993c8111
commit 6c95216ffd

View File

@ -46,7 +46,7 @@ describe Puppet::Provider::Openstack::Auth do
'OS_PROJECT_NAME' => 'tenant',
'OS_AUTH_URL' => 'http://127.0.0.1:5000',
'OS_TOKEN' => 'token',
'OS_URL' => 'http://127.0.0.1:35357',
'OS_URL' => 'http://127.0.0.1:5000',
'OS_IDENTITY_API_VERSION' => '2.0',
'OS_NOT_VALID' => 'notvalid'
}
@ -57,7 +57,7 @@ describe Puppet::Provider::Openstack::Auth do
"OS_PASSWORD" => "secret",
"OS_PROJECT_NAME" => "tenant",
"OS_TOKEN" => "token",
"OS_URL" => "http://127.0.0.1:35357",
"OS_URL" => "http://127.0.0.1:5000",
"OS_USERNAME" => "user")
end
end