Hi Folks,
Do I understand correctly that VIO has process running on port 8080
and if I need enable swift I should use different bind port ?
I also want to double check authentication setting indicate in documentation.
Do I need use project_name admin or service and domain local ?
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_uri = http://INTERNAL_VIP:5000
auth_url = http://INTERNAL_VIP:35357
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = admin
username = swift
password = password
delay_auth_decision = True[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_uri = http://INTERNAL_VIP:5000
auth_url = http://INTERNAL_VIP:35357
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = admin
username = swift
password = password
delay_auth_decision = True
Kind Regards,
Mustafa