Installed keystone from ppa:keystone-core-trunk on natty and no /etc/keystone/keystone.conf file was created
I used $> sudo apt-add-repository ppa:keystone-core/trunk
to install keystone on a natty server to evaluate nova dashboard, but no configuration files for keystone where created. Starting keystone as a service returns the following in the logs:
/var/log/syslog:Oct 10 15:08:25 csvirt-1 init: keystone main process (2364) terminated with status 1 /var/log/syslog:Oct 10 15:08:25 csvirt-1 init: keystone main process ended, respawning
and attempting to run keystone as root returns:
ERROR: Error loading config /etc/init/keystone.conf: File contains no section headers. file: /etc/init/keystone.conf, line: 1 'description "Keystone API server"\n'
I noticed that /etc/keystone was missing, so I created the directory and touched /etc/keystone/keystone.conf, on the off chance that an empty file was better than no file and got the following error:
ERROR: Error loading config /etc/keystone/keystone.conf: No section 'keystone-legacy-auth' (prefixed by 'app' or 'application' or 'composite' or 'composit' or 'pipeline' or 'filter-app') found in config /etc/keystone/keystone.conf
Where can I find an example keystone.conf for nova integration?