-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocalrc
More file actions
44 lines (35 loc) · 1.08 KB
/
localrc
File metadata and controls
44 lines (35 loc) · 1.08 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
HOST_IP=192.168.27.100
# use 32bit Cirros
IMAGE_URLS="http://cdn.download.cirros-cloud.net/0.3.3/cirros-0.3.3-i386-disk.img"
# Enable Neutron
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
# Optional components: Load Balancing, Firewall, VPN
# neutron LBaaS
enable_service q-lbaas
# neutron FWaaS
#enable_service q-fwaas
# neutron VPNaaS
#enable_service q-vpn
# swift: Object Storage
# enable_service s-proxy s-object s-container s-account
# if you need more space for images, default is 1GB
#SWIFT_LOOPBACK_DISK_SIZE=10000000
# passwords
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
# cinder: size of virtual drive for Block Storage
# VOLUME_BACKING_FILE_SIZE=5130M
# Enable Logging
SCREEN_LOGDIR=/opt/stack/logs
# if you want to work OFFLINE - only after already successful run of stack.sh
# it uses cached copy (/var/cache/apt and /var/cache/pip, some other stuff in devstack directory
#OFFLINE=True