Posted in Linux, Openstack

Failed to start OpenStack Identity Service (code-named Keystone).

When you installed Openstack using packstack you might have faced openstack-keystone service issue. When try it to restart it fails with code-name keystone error.

o1

I have done some research on it and found the solution.

The issue is with Openstack Keystone Service which we have configured using httpd deamon in answers.cfg file ( configuration file used to install Openstack using packstack)

o2

Now openstack-keystone service will not start as http service is already in started mode and we haven’t created any relation between openstack-keystone and http service.

So to start openstack-keystone service we have to create symbolic link and point openstack-keystone service to http service.

Continue reading “Failed to start OpenStack Identity Service (code-named Keystone).”

Posted in Cloud, Openstack

Basic networking in Openstack Part2

In first part we saw how to create new VM in internal/private network now in this post we will see how to add external/public network to VM instance.

First check if our existing VM is in running state.

1

Now also check available network using CLI and using Openstack Dashboard.

2

3

Continue reading “Basic networking in Openstack Part2”