summaryrefslogtreecommitdiffstats
path: root/inventory/openstack/hosts/nova.ini
blob: 4900c49651603b7d01d7d999e65b9dc6df57b55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Ansible OpenStack external inventory script

[openstack]

#-------------------------------------------------------------------------
#  Required settings
#-------------------------------------------------------------------------

# API version
version       = 2

# OpenStack nova username
username      =

# OpenStack nova api_key or password
api_key       =

# OpenStack nova auth_url
auth_url      =

# OpenStack nova project_id or tenant name
project_id    =

#-------------------------------------------------------------------------
#  Optional settings
#-------------------------------------------------------------------------

# Authentication system
# auth_system = keystone

# Serverarm region name to use
# region_name   =

# Specify a preference for public or private IPs (public is default)
# prefer_private = False

# What service type (required for newer nova client)
# service_type = compute


# TODO: Some other options
# insecure      =
# endpoint_type =
# extensions    =
# service_name  =