keystone/keystone/cmd
Kristi Nikolla 4df45708a9 Check for already present user without inserting in Bootstrap
keystone-manage bootstrap check for already present info in the DB
by trying an insert and catching a Conflict exception.
This will not work with databases where inserting an user is not
possible. Changed the code to try a get first, and insert when
the user is not found.

Change-Id: If15c284aae5d10c594688c588dde9b21675ff487
Closes-Bug: 1553216
2016-03-16 13:03:14 -04:00
..
__init__.py Entrypoints for commands 2015-03-27 02:16:02 +00:00
all.py Entrypoints for commands 2015-03-27 02:16:02 +00:00
cli.py Check for already present user without inserting in Bootstrap 2016-03-16 13:03:14 -04:00
manage.py Move cli.py into keystone.cmd 2015-07-17 23:46:45 +00:00