2015-06-06

Hi Experts,

I'm in the process of installing and configuring Openstack, and in this process I'm trying to install keystone. Following are the steps that I've taken:-

# apt-get install keystone

# nano /etc/keystone/keystone.conf

[DEFAULT]
...
admin_token = openstack

[database]
...
connection = mysql://keystone:openstack@controller/keystone
# either i put controller or my eth0 ip address the end result is the same.
[token]
...
provider = keystone.token.providers.uuid.Provider
driver = keystone.token.persistence.backends.sql.Token

[revoke]
...
driver = keystone.contrib.revoke.backends.sql.Revoke

[DEFAULT]
...
verbose = True

# keystone-manage db_sync

# service keystone restart

As soon as I do restart or stop start the keystone server always stops.

I'm using ubuntu 14.02 on a Virtual box running on 1 GB RAM with 1 Core

Please help..

Regards,
V

Show more