aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/control.conf
blob: 2e74f6fce09ea59e8e1f542241122539d4dc45b7 (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
[[local|localrc]]
SCREEN_LOGDIR=/opt/stack/log
LOGFILE=stack.sh.log
LOG_COLOR=False

HOST_IP=192.168.0.10
HOST_NAME=control
SERVICE_HOST=192.168.0.10
SERVICE_HOST_NAME=control

ADMIN_PASSWORD=admin
SERVICE_PASSWORD=admin
DATABASE_PASSWORD=mysql
RABBIT_PASSWORD=rabbit

disable_service n-net
disable_service tempest
disable_service c-vol
ENABLED_SERVICES+=q-svc,q-dhcp,q-meta,q-agt,q-l3
ENABLED_SERVICES+=,h-eng,h-api,h-api-cfn,h-api-cw

## Neutron options
Q_L3_ENABLED=True
NEUTRON_CREATE_INITIAL_NETWORKS=False

# Open vSwitch provider networking configuration
Q_USE_PROVIDERNET_FOR_PUBLIC=True
OVS_BRIDGE_MAPPINGS=public:br-ex
OVS_PHYSICAL_BRIDGE=br-ex