./bin/keystone doesn't work - wrong database used

Bug #843158 reported by klmitch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
High
Unassigned

Bug Description

Must fix how we handle relative paths

Revision history for this message
klmitch (q-noreply) wrote :

The simplest approach to solve this issue is to either:

A) change the default sqlite db location in keystone.conf to an absolute path, such as `/tmp/keystone.db` (which I presume is an appropriate path for development/testing purposes)

B) change the default sqlite db location to simply be in the current working directory, such as `keystone.db`

For platform independence, I'm going to go with option B at this point.

sampledata.sh can also only be executed within bin/, so I'll include a fix for that as well.

Revision history for this message
klmitch (q-noreply) wrote :

(note that keystone.log is currently written to the current directory as well, by default)

Revision history for this message
klmitch (q-noreply) wrote :

Fixes included in current pull request, as described above.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.