diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-12-08 18:33:35 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | ff8964c748f190bc24afbef700fef4ddb1904e7e (patch) | |
| tree | 839529b7f7f8fa32f8da9fdcde422a28dfad27fc /meta-openstack/recipes-devtools/python/python-keystone_git.bb | |
| parent | e2ac79fa010f0f816a6bd90df961ddd469f542a9 (diff) | |
| download | meta-cloud-services-ff8964c748f190bc24afbef700fef4ddb1904e7e.tar.gz | |
keystone: the 'sql' section is deprecated
Attempting to use commands such as 'glance image-list' or 'keystone
tenant-list' was resulting in various errors including 'error
500'. Examining the logs it was found that keystone was throwing the
following warning:
WARNING oslo_config.cfg [-] Option "connection" from group "sql" is
deprecated. Use option "connection" from group "database".
Examining the database I found that the keystone database existed but
was empty. This indicates that some of the install scripts were
failing, possibly due to issues connecting to the database due to a
bad configuration. So taking the WARNING to heed I swapped the 'sql'
section header for 'database' and now the database is properly created
and keystone commands can be successfully executed.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
0 files changed, 0 insertions, 0 deletions
