OpenStack Error Unable to establish connection to http://controller:35357/v3/services

Source: Internet
Author: User

Use the OpenStack command to make the discovery of each command appear unable to establish connection to http://controller:35357/v3/services

[Root@controller ~]# OpenStack Service Create   --name Keystone--description "OpenStack Identity" identity
Unable to establish connection to http://controller:35357/v3/services
[root@controller ~]# OpenStack Service list< C3/>unable to establish connection to http://controller:35357/v3/services

Check Port Discovery 35357 and 5000 did not start

[Root@controller ~]# Ss-ntl | Grep-e "5000|35357"
[Root@controller ~]# 

These two ports correspond to the HTTPD service

Just restart Apache

[Root@controller ~]# systemctl restart Httpd.service
[root@controller ~]# ss-ntl | grep-e "5000|35357"
LISTEN
  0::         :,:                    :* LISTEN 0:::         35357                   :::*                  
[Root@controller ~]# OpenStack Service Create   --name Keystone--description "OpenStack identity" identity
+-------------+------- ---------------------------+
| Field       | Value                            |
+-------------+----------------------------------+
| description | OpenStack Identity               |
| enabled     | True                             |
| id |          B9CE620F5BC94CA49756F271466D6D2D |
| name        | Keystone                         |
| type        | Identity                         |
+-------------+----------------------------------+


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.