You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
|`DEBUG`| false | Enable debug output (set to "true" to enable verbose logging) |
68
+
|`LINT_DEVSTACK_*`|| Custom Devstack configuration variables (prefix with LINT*DEVSTACK*) |
69
+
70
+
#### Notes on Environment Variables
71
+
72
+
-**OS_PROJECT_LIST**: Accepts project names from the [OpenStack Plugin Registry](https://docs.openstack.org/devstack/latest/plugin-registry.html). Multiple projects should be comma-separated (e.g., `OS_PROJECT_LIST=octavia,neutron,heat`)
73
+
-**Custom Configuration**: Any variable prefixed with `LINT_DEVSTACK_` will be automatically added to the Devstack local.conf file with the prefix removed (e.g., `LINT_DEVSTACK_OFFLINE=True` becomes `OFFLINE=True`)
74
+
-**Password Management**: Individual password variables override the generic `PASSWORD` variable for specific components
0 commit comments