Add default value for default-data-uri parameter
Change-Id: I1d12209560e73c6cefaa7e81016134613d31d39f
This commit is contained in:
parent
5c8342cff5
commit
71589ac8c8
@ -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'),
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user