First time here? Check out the FAQ!
![]() | 1 | initial version |
Hey, Check if the keystone service is up by
[root@my-controller root]# netstat -anutp|grep 35357
tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN 27874/python
[root@my-controller1 root]#
also it will be great to check the keystone by
telnet 0 35357
you should be able to see something like this
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
get
<head>
<title>Error response</title>
</head>
<body>
<h1>Error response</h1>
<p>Error code 400.
<p>Message: Bad request syntax ('get').
<p>Error code explanation: 400 = Bad request syntax or unsupported method.
</body>
Connection closed by foreign host.
![]() | 2 | No.2 Revision |
Hey, Check if the keystone service is up by
[root@my-controller [root@my-controller1 root]# netstat -anutp|grep 35357
tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN 27874/python
[root@my-controller1 root]#
also it will be great to check the keystone by
telnet 0 35357
you should be able to see something like this
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
get
<head>
<title>Error response</title>
</head>
<body>
<h1>Error response</h1>
<p>Error code 400.
<p>Message: Bad request syntax ('get').
<p>Error code explanation: 400 = Bad request syntax or unsupported method.
</body>
Connection closed by foreign host.