laimiao 发表于 2016-10-28 13:36:21

谢谢你,那我继续看看。

石头剪子布 发表于 2016-12-4 12:10:36

tjx19940224 发表于 2016-8-22 13:12
openstack service create   --name keystone --description "OpenStack Identity" identity
出现Inter ...

在这个目录下,我没找到你说的文件,请问能把内容贴一下吗

berkhamp 发表于 2016-12-19 11:58:39

可以汇总一下不?

熠熠for云 发表于 2017-3-25 16:21:07

做2.1的时候报错:The request you have made requires authentication. (HTTP 401) (Request-ID: req-e916258a-f7fe-45b0-912f-ce6c15364c10)   没有找到解决方案    =.=

gh_515215563 发表于 2017-10-7 21:06:01

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#
不知道这是咋回事

gh_515215563 发表于 2017-10-7 21:09:40

为你抒写 发表于 2016-7-28 22:00
root@controller:/var/www/cgi-bin/keystone# openstack --debugservice create   --name keystone --des ...

我现在和你一样的情况,你是怎么处理的呢?

gh_515215563 发表于 2017-10-7 21:18:20

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 Oct7 21:15 main
-rwxr-xr-x 1 keystone keystone 939 Oct7 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#

页: 1 2 3 4 [5]
查看完整版本: openstack【Kilo】入门 【keystone篇】六:创建服务实例和 API endpoint