summaryrefslogtreecommitdiff
path: root/nova/conf/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/conf/api.py')
-rw-r--r--nova/conf/api.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/nova/conf/api.py b/nova/conf/api.py
index 898741c7f5..58cbc4931e 100644
--- a/nova/conf/api.py
+++ b/nova/conf/api.py
@@ -42,7 +42,11 @@ Determine the strategy to use for authentication.
"""),
cfg.BoolOpt("use_forwarded_for",
default=False,
+ deprecated_for_removal=True,
+ deprecated_reason='This feature is duplicate of the HTTPProxyToWSGI '
+ 'middleware in oslo.middleware',
deprecated_group="DEFAULT",
+ deprecated_since='26.0.0',
help="""
When True, the 'X-Forwarded-For' header is treated as the canonical remote
address. When False (the default), the 'remote_address' header is used.
@@ -221,8 +225,11 @@ service.
help="""
Domain name used to configure FQDN for instances.
-Configure a fully-qualified domain name for instance hostnames. If unset, only
-the hostname without a domain will be configured.
+Configure a fully-qualified domain name for instance hostnames. The value is
+suffixed to the instance hostname from the database to construct the hostname
+that appears in the metadata API. To disable this behavior (for example in
+order to correctly support microversion's 2.94 FQDN hostnames), set this to the
+empty string.
Possible values: