Merge "Update config docs"

This commit is contained in:
Zuul
2018-07-05 17:28:34 +00:00
committed by Gerrit Code Review

View File

@@ -137,8 +137,8 @@ class StandaloneConfig(BaseConfig):
'json format.' 'json format.'
'Its content overrides anything in t-h-t ' 'Its content overrides anything in t-h-t '
'UndercloudNetConfigOverride. The processed ' 'UndercloudNetConfigOverride. The processed '
'template is then passed in Heat via the top ' 'template is then passed in Heat via the '
'scope undercloud_parameters.yaml file created in ' 'undercloud_parameters.yaml file created in '
'output_dir and used to configure the networking ' 'output_dir and used to configure the networking '
'via run-os-net-config. If you wish to disable ' 'via run-os-net-config. If you wish to disable '
'you can set this location to an empty file.' 'you can set this location to an empty file.'
@@ -172,7 +172,10 @@ class StandaloneConfig(BaseConfig):
cfg.ListOpt('custom_env_files', cfg.ListOpt('custom_env_files',
default=[], default=[],
help=_('List of any custom environment yaml files to ' help=_('List of any custom environment yaml files to '
'use')), 'use. These are applied after any other '
'configuration and can be used to override '
'any derived values. This should be used '
'only by advanced users.')),
# docker config bits # docker config bits
cfg.StrOpt('docker_registry_mirror', cfg.StrOpt('docker_registry_mirror',
default='', default='',