OpenStack Kilo ERROR: openstack Internal Server Error (HTTP 500)
2015年8月27日发布ERROR: openstack Internal Server Error (HTTP 500)
When I tried to install kilo there is an error with execute openstack(keystone) command.
Solution:
1. Stop httpd.service and start openstack-keystone.service
2. and then edit /etc/keystone/keystone.conf file
set admin_bind_host = <ip_mgmt>
set public_bind_host = <ip_mgmt>
3. edit /etc/httpd/conf.d/wsgi-keystone.conf
set Listen 127.0.0.1:5000
set Listen 127.0.0.1:35357
set VirtualHost 127.0.0.1:5000 & 35357
4. systemctl restart httpd.service openstack-keystone.service
Reference
https://ask.openstack.org/en/question/66833/kilo-on-centos7-keystone-throws-http-500-except-when-using-os_token/
页:
[1]