keystone-all --config-dir is being ignored
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Undecided
|
gordon chung | ||
Folsom |
Fix Released
|
Undecided
|
Alan Pevec |
Bug Description
After installing keystone and successfully running keystone-manage db_sync (using --config-dir param) I tried to start keystone-all using the --config-dir param as well but:
$ keystone-all --config-dir /opt/openstack/
No config files could be found.
usage: keystone-all [-h] [--version] [--pydev-debug-port PYDEV_DEBUG_PORT]
[......]
$ ln -s /opt/openstack/
$ keystone-all # Works
Changed in keystone: | |
status: | New → Confirmed |
Changed in keystone: | |
assignee: | nobody → gordon chung (chungg) |
Changed in keystone: | |
milestone: | none → grizzly-3 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-3 → 2013.1 |
The symbolic link works only becauseit places the config file in one of the default locations keystone looks for keystone.config.
By the way --config-file works.