The AIO development environment uses the configuration files in test/roles/bootstrap-host/defaults/main.yml.
This file describes the default values for the host configuration. In addition to the configuration file, the configuration options can be passed through shell environment variables.
The BOOTSTRAP_OPTS variable is read by the bootstrap script as a space-separated key value pair. It can be used to pass values to override the default ones in the configuration file:
OSA also allows overriding default values for service configuration. These override values are provided in the /etc/openstack_deploy/user_variables.yml file.
The following is an example of overriding the values in nova.conf using the override file: