Replace port 35357 with 5000

Change-Id: I5d5881bcb372206a07c847cb892f0447ceb834c6
This commit is contained in:
Tobias Urdin 2018-07-18 10:31:34 +02:00
parent 89376287a3
commit be197699c4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class { '::vitrage': }
class { '::vitrage::api':
enabled => true,
keystone_password => 'a_big_secret',
keystone_identity_uri => 'http://127.0.0.1:35357/',
keystone_identity_uri => 'http://127.0.0.1:5000/',
service_name => 'httpd',
}
include ::apache