@@ -17,8 +17,7 @@ All notable changes to this project are documented here. The format is based on
1717- Data source ` pcd_identity_auth_scope ` (ported from
1818 ` openstack_identity_auth_scope_v3 ` ) — reports the current token's user, project,
1919 domain, and roles.
20- - Committed CE 2026.4 compatibility evidence from Step 0 preflight
21- (` docs/compatibility/ce-2026.4.md ` ).
20+ - Verified CE 2026.4 compatibility from Step 0 preflight.
2221- Acceptance test harness (` internal/acctest ` : protocol-6 provider factory + ` PreCheck ` )
2322 and the first acceptance test for ` pcd_identity_auth_scope ` (passes against the CE lab).
2423- ` test.yml ` CI: build, vet, gofmt, unit tests, and ` terraform fmt ` on examples.
@@ -38,7 +37,7 @@ All notable changes to this project are documented here. The format is based on
3837 pairs, tags) and ` pcd_networking_floatingip ` (allocate from an external network by
3938 ` pool ` name, associate/disassociate to a port); data sources ` pcd_networking_port ` ,
4039 ` _port_ids ` , ` _router ` , ` _subnet_ids ` , and ` _floatingip ` . Ports and floating IPs are
41- code-complete with acceptance tests; see DECISIONS.md for live-validation status .
40+ code-complete with acceptance tests.
4241- Networking route and association resources: ` pcd_networking_router_route ` and
4342 ` pcd_networking_subnet_route ` (manage a single static/host route without disturbing
4443 others, serialized per parent to avoid clobbering); ` pcd_networking_port_secgroup_associate `
@@ -56,8 +55,8 @@ All notable changes to this project are documented here. The format is based on
5655 ` pcd_compute_interface_attach ` (attach a port/network to a server) and
5756 ` pcd_compute_volume_attach ` (attach a Cinder volume to a server).
5857- Block storage (Cinder v3): ` pcd_blockstorage_volume ` resource (create/extend/import;
59- code-complete — acceptance is blocked on the CE lab having no storage backend, see
60- DECISIONS.md) and ` pcd_blockstorage_volume ` / ` pcd_blockstorage_snapshot ` data sources.
58+ code-complete — acceptance is blocked on the CE lab having no storage backend) and
59+ ` pcd_blockstorage_volume ` / ` pcd_blockstorage_snapshot ` data sources.
6160- Block storage gap resources (close api-docs coverage): ` pcd_blockstorage_volume_type `
6261 (name/description/` is_public ` /` extra_specs ` , with in-place spec add/change/remove via the
6362 extra-specs sub-API — needs no storage backend), ` pcd_blockstorage_snapshot ` (was
0 commit comments