forked from dwalleck/devstack-lxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontroller-local.conf
More file actions
59 lines (43 loc) · 1.1 KB
/
controller-local.conf
File metadata and controls
59 lines (43 loc) · 1.1 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
[[local|localrc]]
# Multi-Node Options
# ------------------
MULTI_HOST=1
HOST_IP={ host_ip }
# Minimal Contents
# ----------------
ADMIN_PASSWORD=0penstack
SERVICE_PASSWORD=$ADMIN_PASSWORD
DATABASE_PASSWORD=superstack
RABBIT_PASSWORD=superstack
#MYSQL_PASSWORD=superstack
# Logging
# -------
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
# Services
# --------
# Keystone
ENABLED_SERVICES=key
# Pre-requisite
ENABLED_SERVICES+=,rabbit,mysql,dstat
# Nova
ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,placement-api,placement-client
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Neutron
ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
# Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Swift
#ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
# Dashboard
enable_service horizon
# Tempest
enable_service tempest
# Other options
# -------------
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img"
# Extra config options needed
# If the compute node is being installed in the LXC container it needs to use qemu instead of KVM
# VIRT_DRIVER=libvirt
# LIBVIRT_TYPE=qemu