Removing two deprecated values from json responses

This patch removes two reserved fields, ``switch_port_descr`` and
``switch_chassis_descr``, from the json request and response
examples in api-ref, that were still present despite having been
removed from the ironic-python-agent code base during
ocata cycle[0].

[0]73f316d804 (diff-664ce09492251bb45bf8a2fb7c1a5f18)

Change-Id: I6446e167b957b94bc9bb7f6737bcf57e94a4433a
This commit is contained in:
Riccardo Pittau 2019-03-14 15:18:18 +01:00
parent 0d5bc4b99d
commit d9f2f4f894
2 changed files with 0 additions and 8 deletions

View File

@ -21,8 +21,6 @@
"vendor": "0x1af4",
"name": "eth1",
"has_carrier": true,
"switch_port_descr": null,
"switch_chassis_descr": null,
"ipv4_address": "172.24.42.101",
"client_id": null,
"mac_address": "52:54:00:47:20:4d"
@ -33,8 +31,6 @@
"vendor": "0x1af4",
"name": "eth0",
"has_carrier": true,
"switch_port_descr": null,
"switch_chassis_descr": null,
"ipv4_address": "172.24.42.100",
"client_id": null,
"mac_address": "52:54:00:4e:3d:30"

View File

@ -36,8 +36,6 @@
"vendor":"0x1af4",
"name":"eth1",
"has_carrier":true,
"switch_port_descr":null,
"switch_chassis_descr":null,
"ipv4_address":"172.24.42.101",
"client_id":null,
"mac_address":"52:54:00:47:20:4d"
@ -48,8 +46,6 @@
"vendor":"0x1af4",
"name":"eth0",
"has_carrier":true,
"switch_port_descr":null,
"switch_chassis_descr":null,
"ipv4_address":"172.24.42.100",
"client_id":null,
"mac_address":"52:54:00:4e:3d:30"