Got rid of persistent storage

Implements blueprint remove-persistent-storage

Change-Id: I640abbf3472eba35e8b456a0ba42c45dc88d3d31
This commit is contained in:
Ilya Shakhat
2013-08-06 13:30:24 +04:00
parent de7e8f297c
commit 8de351099a
13 changed files with 154 additions and 243 deletions

View File

@@ -23,8 +23,6 @@ OPTS = [
help='The folder that holds all project sources to analyze'),
cfg.StrOpt('runtime-storage-uri', default='memcached://127.0.0.1:11211',
help='Storage URI'),
cfg.StrOpt('persistent-storage-uri', default='mongodb://localhost',
help='URI of persistent storage'),
cfg.StrOpt('listen-host', default='127.0.0.1',
help='The address dashboard listens on'),
cfg.IntOpt('listen-port', default=8080,