Configuration File Examples
keystone.conf The configuration file for the Identity Service is /etc/keystone/keystone.conf. After you install the Identity Service, modify this file to use SQL for endpoint data and to replace the ADMIN key with the one created that was created during the installation.
keystone-paste.ini The Identity Service middleware pipeline configuration file is /etc/keystone/keystone-paste.ini. You should not need to modify this file.
glance-registry.conf The Image Service registry configuration file is /etc/glance/glance-registry.conf. This file stores metadata for images. After you install the Image Service, modify this configuration file.
glance-registry-paste.ini The Image Service API middleware pipeline configuration file is /etc/glance/glance-registry-paste.ini. After you install the Image Service, modify this configuration file.
glance-api.conf The configuration file for the Image API is /etc/glance/glance-api.conf. After you install the Image Service API, update this file as shown in the following example.
glance-api-paste.ini The Image Service API middleware pipeline configuration file is /etc/glance/glance-api-paste.ini. You should not need to modify this file.
glance-scrubber.conf An additional configuration file for the Image Service is /etc/glance/glance-scrubber.conf. The scrubber is a utility that cleans up images that have been deleted.
nova.conf The Compute configuration file is /etc/nova/nova.conf. For a list of configuration options for this file, see the List of Tables on this page: OpenStack Configuration Reference. This guide assumes that the IP address of the machine that runs the Identity Service is 192.168.206.130. If the IP address of the machine on your setup is different, change the following configuration options: service_host auth_host auth_uri
api-paste.ini The middleware configuration file used by the EC2 API and OpenStack Compute API is /etc/nova/api-paste.ini. You should not need to edit it.
Credentials (openrc) This file contains the credentials used by Compute, Image, and Identity services. You can optionally store this file in /home/openrc. Do not source this file in the environment from where you issue commands. Run "env | grep OS_" or "env | grep NOVA_" to view what is being used in your environment.
cinder.conf
Dashboard configuration This file contains the database and configuration settings for the OpenStack Dashboard.
etc/swift/swift.conf This file contains the settings to randomize the hash for the ring for Object Storage, code-named swift.
etc/network/interfaces.conf These instructions are for using the FlatDHCP networking mode with a single network interface.
etc/swift/proxy-server.conf This file contains the settings for the Object Storage proxy server, which contains the Identity service settings.
etc/swift/account-server.conf
etc/swift/account-server/1.conf
etc/swift/container-server.conf
etc/swift/container-server/1.conf
etc/swift/object-server.conf
etc/swift/object-server/1.conf