diff options
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-06-29 09:04:03 +0000 |
---|---|---|
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-12-19 12:17:35 +0200 |
commit | ba53acb279e21b8644363bfaa7242ed6517c87c5 (patch) | |
tree | fc9eb57962aed64e4f0abb9b7efe07dd96e1e85d /etc/ironic | |
parent | 4d43262955f8882cdeee2a042e852eaa8396178b (diff) | |
download | ironic-ba53acb279e21b8644363bfaa7242ed6517c87c5.tar.gz |
Finalize migration to keystoneauth adapters
removes code that allowed some service sections to not have and use
keystoneauth adapter options.
Also deprecates `[keystone]region_name` option in favor of per-client
option of the same name.
Change-Id: Ifd58947b016bfa93b516dd47a170ba8f5abf277e
Closes-Bug: #1699547
Diffstat (limited to 'etc/ironic')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 9fe966a53..53841311d 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -2218,8 +2218,14 @@ # From ironic # -# The region used for getting endpoints of OpenStack services. -# (string value) +# DEPRECATED: The region used for getting endpoints of +# OpenStack services. (string value) +# This option is deprecated for removal. +# Its value may be silently ignored in the future. +# Reason: Use 'region_name' option in the following sections - +# '[service_catalog]', '[neutron]', '[glance]', '[cinder]', +# '[swift]' and '[inspector]' to configure region for those +# services individually. #region_name = <None> @@ -2643,7 +2649,9 @@ #domain_name = <None> # Always use this endpoint URL for requests for this client. -# (string value) +# NOTE: The unversioned endpoint should be specified here; to +# request a particular API version, use the `version`, `min- +# version`, and/or `max-version` options. (string value) #endpoint_override = <None> # Verify HTTPS connections. (boolean value) @@ -2736,16 +2744,16 @@ # Its value may be silently ignored in the future. # Reason: Use [neutron]/endpoint_override option instead. It # has no default value and must be set explicitly if required -# to connect to specific neutron URL, for example when -# [neutron]auth_strategy is noauth. +# to connect to specific neutron URL, for example in stand +# alone mode when [neutron]/auth_type is 'none'. #url = <None> # DEPRECATED: Timeout value for connecting to neutron in # seconds. (integer value) # This option is deprecated for removal. # Its value may be silently ignored in the future. -# Reason: Use [neutron]/timeout option instead. It has no -# default value and must be set explicitly. +# Reason: Set the desired value explicitly using the +# [neutron]/timeout option instead. #url_timeout = 30 # User's domain id (string value) @@ -4057,7 +4065,9 @@ #domain_name = <None> # Always use this endpoint URL for requests for this client. -# (string value) +# NOTE: The unversioned endpoint should be specified here; to +# request a particular API version, use the `version`, `min- +# version`, and/or `max-version` options. (string value) #endpoint_override = <None> # Verify HTTPS connections. (boolean value) |