Keystone Add User Error [closed]
* Setup: Ubuntu 14 (Icehouse). Following: OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS) **
I am at the following step:
1. Create the admin user: $ keystone user-create --name=admin --pass=ADMIN_PASS --email=ADMIN_EMAIL
I receive the following error:
Unable to establish connection to http://controller:35357/v2.0/users
I tried export
$ OS_SERVICE_TOKEN=xxxxx $ export OS_SERVICE_ENDPOINT=http://controller:35357/v2.
Any suggestions?
Is your keystone service up & running? Try reading keystone logs in /var/log/keystone and eventually activating debug and verbose mode in your keystone config file before restarting keystone service.
Keystone was not running. I started and it immediately stopped. I'm going to try and start the install process again.