Skip to content

Commit a51fdd8

Browse files
committed
docs: Removal of Subnet
1 parent f1d3b22 commit a51fdd8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [v1alpha6 compared to v1alpha7](#v1alpha6-compared-to-v1alpha7)
6+
- [Migration](#migration)
7+
- [API Changes](#api-changes)
8+
- [`OpenStackCluster`](#openstackcluster)
9+
- [`OpenStackMachine`](#openstackmachine)
10+
- [Removal of Subnet](#removal-of-subnet)
11+
12+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
13+
14+
# v1alpha6 compared to v1alpha7
15+
16+
> ⚠️ v1alpha7 has not been released yet.
17+
18+
## Migration
19+
20+
All users are encouraged to migrate their usage of the CAPO CRDs from older versions to `v1alpha6`. This includes yaml files and source code. As CAPO implements automatic conversions between the CRD versions, this migration can happen after installing the new CAPO release.
21+
22+
## API Changes
23+
24+
This only documents backwards incompatible changes. Fields that were added to v1alpha6 are not listed here.
25+
26+
### `OpenStackCluster`
27+
28+
### `OpenStackMachine`
29+
30+
#### Removal of Subnet
31+
32+
The OpenStackMachine spec previously contained a `subnet` field which could used
33+
to set the `accessIPv4` field on Nova servers. This feature was not widely
34+
used, difficult to use, and could not be extended to support IPv6. It is
35+
removed without replacement.

0 commit comments

Comments
 (0)