为你抒写 发表于 2016-7-28 22:00 openstack service create --name keystone --description "OpenStack Identity" identity 出现InternalServerError: Internal Server Error (HTTP 500) 应该是/var/www/cgi-bin/keystone/admin 以及main有问题 官网下载的不行, 在/usr/share/keystone/下有文件wsgi.py 把其中内容cp到admin 和 main中,解决 你可以试试 |
tjx19940224 发表于 2016-8-22 13:12 楼主威武,按照楼主说的更改后就解决问题了。如下log: root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# cat wsgi.py > /var/www/cgi-bin/keystone/main root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# cat wsgi.py > /var/www/cgi-bin/keystone/admin root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# root@ubuntu:/usr/share/keystone# cd /var/www/cgi-bin/keystone root@ubuntu:/var/www/cgi-bin/keystone# root@ubuntu:/var/www/cgi-bin/keystone# ls -ltr total 8 -rwxr-xr-x 1 keystone keystone 939 Oct 7 21:15 main -rwxr-xr-x 1 keystone keystone 939 Oct 7 21:15 admin root@ubuntu:/var/www/cgi-bin/keystone# root@ubuntu:/var/www/cgi-bin/keystone# root@ubuntu:/var/www/cgi-bin/keystone# root@ubuntu:/var/www/cgi-bin/keystone# root@ubuntu:/var/www/cgi-bin/keystone# openstack service create --name keystone --description "OpenStack Identity" identity +-------------+----------------------------------+ | Field | Value | +-------------+----------------------------------+ | description | OpenStack Identity | | enabled | True | | id | 39e55ddd9e264d85b305dfff86022f12 | | name | keystone | | type | identity | +-------------+----------------------------------+ root@ubuntu:/var/www/cgi-bin/keystone# |
为你抒写 发表于 2016-7-28 22:00 我现在和你一样的情况,你是怎么处理的呢? |
root@ubuntu:/var/www/cgi-bin/keystone# openstack service create --name keystone --description "OpenStack Identity" identity ERROR: openstack Internal Server Error (HTTP 500) root@ubuntu:/var/www/cgi-bin/keystone# 不知道这是咋回事 |
做2.1的时候报错: The request you have made requires authentication. (HTTP 401) (Request-ID: req-e916258a-f7fe-45b0-912f-ce6c15364c10) 没有找到解决方案 =.= |
可以汇总一下不? |
tjx19940224 发表于 2016-8-22 13:12 在这个目录下,我没找到你说的文件,请问能把内容贴一下吗 |
谢谢你,那我继续看看。 |
官网的一些url失效了。 你按照Juno版来安装吧 里面的有些配置,楼主给出了配置文件 |
laimiao 发表于 2016-10-27 21:37 |
jiligulu2222 发表于 2015-8-25 10:21 请问,您是如何解决这个问题,我现在和你的情况一样。没有一点思路,希望可以给我讲解一下,谢谢啦 |