Skip to content

Commit 5f71d82

Browse files
committed
scripts: Add OCI "not implemented yet" notice to generate_cloud_configs.py
Minor clean up. Signed-off-by: Chuck Lever <[email protected]>
1 parent b91344a commit 5f71d82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/generate_cloud_configs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ def main():
130130
# GCE (placeholder - not implemented)
131131
print("⚠ GCE: Dynamic configuration not yet implemented")
132132

133+
# OCI (placeholder - not implemented)
134+
print("⚠ OCI: Dynamic configuration not yet implemented")
135+
133136
print()
134137
print("Note: Dynamic configurations query real-time availability")
135138
print("Run 'make menuconfig' to configure your cloud provider")

0 commit comments

Comments
 (0)