Commit 7cc5ecae by Marc Abramowitz Committed by Carson Gee

nova.ini: Distinguish between required and optional settings

Put them in separate sections of config to make it more clear what is
essential and what is not. Also comment out the optional settings.
And remove duplicate mention of `service_type`.
parent 1560b963
# Ansible OpenStack external inventory script # Ansible OpenStack external inventory script
[openstack] [openstack]
#-------------------------------------------------------------------------
# Required settings
#-------------------------------------------------------------------------
# API version # API version
version = 2 version = 2
# OpenStack nova username # OpenStack nova username
username = username =
# OpenStack nova api_key # OpenStack nova api_key or password
api_key = api_key =
# OpenStack nova auth_url # OpenStack nova auth_url
auth_url = auth_url =
# Authentication system # OpenStack nova project_id or tenant name
auth_system = keystone
# OpenStack nova project_id
project_id = project_id =
#-------------------------------------------------------------------------
# Optional settings
#-------------------------------------------------------------------------
# Authentication system
# auth_system = keystone
# Serverarm region name to use # Serverarm region name to use
region_name = # region_name =
# Specify a preference for public or private IPs (public is default) # Specify a preference for public or private IPs (public is default)
prefer_private = False # prefer_private = False
# What service type (required for newer nova client) # What service type (required for newer nova client)
service_type = compute # service_type = compute
# TODO: Some other options # TODO: Some other options
# insecure = # insecure =
# endpoint_type = # endpoint_type =
# extensions = # extensions =
# service_type =
# service_name = # service_name =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment