cloudkitty/cloudkitty/cli
Luka Peschke 2734bb1a8d Create DBCommand object after parsing
The DBCommand object needed to execute the command was created during
the parsing of the command-line arguments and the config file.

This caused keystone to raise an error because the authentication
informations weren't know at this point of the program's execution.

The object is now created after prepare_service.

Change-Id: If4efa31d93ae72b9506e0eb1a53e4b79d5618058
Closes-Bug: #1610235
2016-08-31 16:09:10 +02:00
..
__init__.py Added API service 2014-08-08 15:51:22 +02:00
api.py Improve the rpc module 2016-08-24 15:20:13 +00:00
dbsync.py Remove downgrade migrations 2016-08-15 12:19:34 +08:00
processor.py Improve the rpc module 2016-08-24 15:20:13 +00:00
storage.py Refactor storage-init command 2016-05-19 17:54:03 +02:00
writer.py Create DBCommand object after parsing 2016-08-31 16:09:10 +02:00