forked from dwalleck/devstack-lxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompute-local.conf
More file actions
47 lines (33 loc) · 904 Bytes
/
compute-local.conf
File metadata and controls
47 lines (33 loc) · 904 Bytes
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
[[local|localrc]]
# Multi-Node Options
# ------------------
MULTI_HOST=1
HOST_IP={ host_ip }
SERVICE_HOST={ service_host }
# Minimal Contents
# ----------------
ADMIN_PASSWORD=0penstack
SERVICE_PASSWORD=$ADMIN_PASSWORD
DATABASE_PASSWORD=superstack
RABBIT_PASSWORD=superstack
#MYSQL_PASSWORD=superstack
DATABASE_TYPE=mysql
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
GLANCE_HOSTPORT=$SERVICE_HOST:9292
# Logging
# -------
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
# Services
# --------
# Enable only the compute services
ENABLED_SERVICES=n-cpu,n-api-meta,q-agt
NOVA_VNC_ENABLED=True
NOVNCPROXY_URL="http://$SERVICE_HOST:6080/vnc_auto.html"
VNCSERVER_LISTEN=$HOST_IP
VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
# 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