VMware Cloud Community
mbayramov
VMware Employee
VMware Employee

VIO port 8080 and swift

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

Tags (2)
0 Kudos
2 Replies
xiangfeiz
VMware Employee
VMware Employee

When you install VIO in compact mode, there is process running on port 8080. And you need to bind swift to a different port.

Regarding the domain name in the config file, it depends on how you create swift user. If you don't specify a domain when creating swift user, it will be in default domain. The project_name depends on how you add role to swift user, you can use either admin or service project.

Regards,

Xiangfei

0 Kudos
mbayramov
VMware Employee
VMware Employee

yeah I already figure it out and many other step undocumented : )

0 Kudos