CentOS 7 Install OpenStack kilo in three node

Source: Internet
Author: User

Tutorial Please refer to the official tutorial

Just a list of some of the problems encountered and solutions


1.keystone Unable to start the following actions can be performed first

# Keystone-manage pki_setup--keystone-user Keystone--keystone-group Keystone

# Chown-r Keystone:keystone/var/log/keystone

# Chown-r Keystone:keystone/etc/keystone/ssl

# Chmod-r O-rwx/etc/keystone/ssl

2.GLANCE-API Service failed to start

Modify Api.log Permissions

Chown-r Glance:glance/var/log/glance/api.log


3. Upload Image failed

Error tip: 410 Gone:error in store configuration. Adding images to store is disabled. (HTTP N/a)

Directory permission issues for uploading images

Chown-r glance:glance/var/lib/glance/images/



4. After installing the Compute node Service, the Nova-compute service failed to start,/var/log/nova/nova-compute.log reported the following error: 2015-06-26 03:31:17.501 1390 Error Oslo_ Messaging._drivers.impl_rabbit [REQ-D7A3A24B-FE9F-4885-8DB6-EFC850B9EC44-----] AMQP server on controller:

5672 is unreachable: [Errno 113] Ehostunreach. Trying again in 2 seconds.

2015-06-26 03:31:18.526 1390 ERROR oslo_messaging._drivers.impl_rabbit [REQ-D7A3A24B-FE9F-4885-8DB6-EFC850B9EC44--- --] AMQP server on controller:

5672 is unreachable: [Errno 113] Ehostunreach. Trying again in 2 seconds.

2015-06-26 03:31:19.548 1390 ERROR oslo_messaging._drivers.impl_rabbit [REQ-D7A3A24B-FE9F-4885-8DB6-EFC850B9EC44--- --] AMQP server on controller:

5672 is unreachable: [Errno 113] Ehostunreach. Trying again in 2 seconds.

On the controller node, release AMQP Connection Firewall and release RABBITMQ server or AMQP port 5672. #firewall-cmd--list-all

[[email protected] nova]# firewall-cmd--list-all Public (default, active)

interfaces:eno16777736 eno33554976 Sources:

services:dhcpv6-client ftp http mysql ssh ports:23/tcp masquerade:no forward-ports:icmp-blocks:rich rules :

[email protected] nova]#

# firewall-cmd--permanent--add-port=5672/tcp #firewall-cmd–reload

[[email protected] nova]# firewall-cmd--list-all Public (default, active)

interfaces:eno16777736 eno33554976 Sources:

services:dhcpv6-client ftp http mysql ssh ports:23/tcp 5672/tcp masquerade:no forward-ports:icmp-blocks:r Ich rules:


5.nova-compute Boot failure error prompt:Unable to load the virtualization driver


Modifying a configuration file/etc/nova/nova.conf

egrep-c ' (VMX|SVM) '/proc/cpuinfo
Output: 0
/etc/nova/nova-compute.conf configuration file
Compute_driver=libvirt. Libvirtdriver
[Libvirt]
Virt_type=qemu

If you cannot use VIRT_TYPE=KVM in a virtual machine environment

Compute_dirver should be replaced

#compute_driver =libvirt. Libvirtdriver

Compute_driver=nova.virt.libvirt.libvirtdriver

Next you will be prompted for a firewall error

Error message:

"Attributeerror: ' Module ' object has no attribute ' noopfirewalldriver ' \ n

The reason is: in the configuration file

Firewall_driver=nova.virt.libvirt.firewall.noopfirewalldrive

Replaced by

Firewall_driver=nova.virt.firewall.noopfirewalldrive



6.openstack command not available?

Yum Install Python-openstackclient

7. Control node Execution neutron agent-list error

Unable to establish connection to Http://controller:9696/v2.0/agents.json




8. Time Out of sync causes neutron ageng-list xxx problem


Synchronize the time between nodes to be able


9.compute node Error

Connectionrefused:unable to establish connection to Http://controller:35357/v2.0/tokens

Because the firewall on the control node is causing the firewall to Systemctl stop Firewall.service

10.VNC connection Virtual machine failure reason

Because the firewall on the compute node does not release the 5900+ port

















CentOS 7 Install OpenStack kilo in three node

Related Article

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.