Skip to content

Commit

Permalink
fix: Undeprecate 'network' in schema route definition (#5072)
Browse files Browse the repository at this point in the history
It is passed through to our v1 schema from OpenStack network_data.json

Fixes GH-5051
  • Loading branch information
TheRealFalcon committed Mar 19, 2024
1 parent 02515b8 commit ff40d1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cloudinit/config/schemas/schema-network-config-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,7 @@
},
"network": {
"type": "string",
"description": "IPv4 network address with CIDR netmask notation or IPv6 with prefix length. Alias for ``destination`` and only read when ``destination`` key is absent.",
"deprecated": true,
"deprecated_version": "23.3",
"deprecated_description": "Use ``destination`` instead."
"description": "IPv4 network address with CIDR netmask notation or IPv6 with prefix length. Alias for ``destination`` and only read when ``destination`` key is absent. This exists for OpenStack support. OpenStack route definitions are passed through to v1 config and OpenStack's ``network_data.json`` uses ``network`` instead of ``destination``."
},
"destination": {
"type": "string",
Expand Down

0 comments on commit ff40d1a

Please sign in to comment.