forked from dwalleck/devstack-lxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevstack.localrc
More file actions
36 lines (32 loc) · 972 Bytes
/
devstack.localrc
File metadata and controls
36 lines (32 loc) · 972 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
# Multihost configuration
MULTI_HOST=1
HOST_IP={ host_ip }
# Replication of gate configuration. Below helps you get to a
# configuration that looks a lot like what we use in the gate
USE_SCREEN=False
# Neutron needs a lot of manual hand holding to get rolling, we
# specify a lot of config in the gate in neutron jobs related to
# networks.
Q_USE_DEBUG_COMMAND=True
NETWORK_GATEWAY=192.168.0.1
FIXED_RANGE=192.168.0.0/20
FLOATING_RANGE=172.24.5.0/24
PUBLIC_NETWORK_GATEWAY=172.24.5.1
# Services
# --------
# Pre-requisite
ENABLED_SERVICES=rabbit,mysql,dstat
# Keystone
enable_service key
# Nova
enable_service n-api n-cpu n-cond n-sch n-novnc n-cauth
# Glance
enable_service g-api g-reg
# Neutron
enable_service q-svc q-dhcp q-meta q-agt q-l3
# Cinder
enable_service c-sch c-api c-vol
# Swift - Since Swift is being enabled in the devstack.localrc.base we need to disable it here
disable_service s-proxy s-object s-container s-account
# Tempest
enable_service tempest