summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-09-19 11:29:34 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-09-19 11:36:44 -0400
commit9b69afd4573bf6e44d696e2bdacac44f172e8f3c (patch)
tree4b000266cae4c40a1ae324fc996c7ddf9ffb03e7 /api-ref
parentc5788293aaa3b9617ee2efac48c969c49a5016e3 (diff)
downloadnova-9b69afd4573bf6e44d696e2bdacac44f172e8f3c.tar.gz
Remove deprecated hide_server_address_states option
The hide_server_address_states config option and related policy rule were deprecated in Queens: I6040e8c2b3e132b0dfd09f82ae041b4786a63483 They are now removed in Stein as part of the API extension merge effort. Part of blueprint api-extensions-merge-stein Change-Id: Ib3582038274dedbf524ffcaffe818ff0e751489d
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml8
-rw-r--r--api-ref/source/servers.inc6
2 files changed, 2 insertions, 12 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 052af90783..4bd327625e 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -1422,12 +1422,8 @@ address:
type: string
addresses:
description: |
- The addresses for the server. Addresses information is hidden for any server
- in a state set in the ``hide_server_address_states`` configuration option.
- By default, servers in ``building`` state hide their addresses information.
- See ``nova.conf`` `configuration options
- <https://docs.openstack.org/nova/latest/configuration/config.html>`_
- for more information.
+ The addresses for the server. Servers with status ``BUILD`` hide their
+ addresses information.
in: body
required: true
type: object
diff --git a/api-ref/source/servers.inc b/api-ref/source/servers.inc
index 8883f9af0a..24779f2987 100644
--- a/api-ref/source/servers.inc
+++ b/api-ref/source/servers.inc
@@ -492,10 +492,6 @@ OS-EXT-STS:power_state, and OS-EXT-STS:task_state attributes.
The server usage information appears in the OS-SRV-USG:launched_at and
OS-SRV-USG:terminated_at attributes.
-To hide addresses information for instances in a certain state, set
-the osapi_hide_server_address_states configuration option. Set this
-option to a valid VM state in the nova.conf configuration file.
-
HostId is unique per account and is not globally unique.
Normal response codes: 200
@@ -641,8 +637,6 @@ The extended status information appears in the ``OS-EXT-STS:vm_state``, ``OS-EXT
The server usage information appears in the ``OS-SRV-USG:launched_at`` and ``OS-SRV-USG:terminated_at`` attributes.
-To hide ``addresses`` information for instances in a certain state, set the ``osapi_hide_server_address_states`` configuration option. Set this option to a valid VM state in the ``nova.conf`` configuration file.
-
HostId is unique per account and is not globally unique.
**Preconditions**