Got rid of persistent storage
Implements blueprint remove-persistent-storage Change-Id: I640abbf3472eba35e8b456a0ba42c45dc88d3d31
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ilya Shakhat
					Ilya Shakhat