Add default value for default-data-uri parameter

Change-Id: I1d12209560e73c6cefaa7e81016134613d31d39f
This commit is contained in:
Ilya Shakhat 2015-11-09 12:18:42 +03:00
parent 5c8342cff5
commit 71589ac8c8
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ from oslo_config import cfg
OPTS = [
cfg.StrOpt('default-data-uri',
default='https://git.openstack.org/cgit/'
'openstack/driverlog/plain/etc/default_data.json',
help='URI for default data'),
cfg.StrOpt('listen-host', default='127.0.0.1',
help='The address dashboard listens on'),

View File

@ -5,7 +5,7 @@
#
# URI for default data (string value)
#default_data_uri = <None>
#default_data_uri = https://git.openstack.org/cgit/openstack/driverlog/plain/etc/default_data.json
# The address dashboard listens on (string value)
#listen_host = 127.0.0.1