-
Notifications
You must be signed in to change notification settings - Fork 0
References
Melvin PETIT edited this page Aug 27, 2026
·
1 revision
Where the answers actually come from.
-
DevStack install and
local.conf - OpenStack client every command
- clouds.yaml format
- Neutron networks and security groups
- Kolla-Ansible production deployment
- Documentation
-
Becoming an unprivileged user
explains why the
aclpackage is installed on the target
- Virtual machines sizes and nested virtualization
- Azure CLI
Half of what this lab hit is in none of the pages above:
- The subscription policy came from the error message, which listed the allowed sizes
- The password breaking RabbitMQ came from a Python traceback buried in
stack.sh.log - The unreachable service catalog came from running
openstack catalog listand reading the URLs
Reading a log and forming a hypothesis matters more than knowing the documentation by heart. See Troubleshooting for the full list.