forked from luboszk/devstack-octavia-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.conf
More file actions
62 lines (46 loc) · 1.42 KB
/
local.conf
File metadata and controls
62 lines (46 loc) · 1.42 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
59
60
61
62
[[local|localrc]]
RECLONE=True
# If works you can use Python3 in Devstack - for now not working
# USE_PYTHON3=True
# PYTHON3_VERSION=3.5
# Load the external LBaaS plugin.
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
# Default master version of Octavia
# enable_plugin octavia https://git.openstack.org/openstack/octavia
# Gerrit Review version of code
enable_plugin octavia https://review.openstack.org/openstack/octavia refs/changes/04/303304/17
enable_plugin barbican https://git.openstack.org/openstack/barbican
# Horizon plugin to use LBaaS
# enable_plugin neutron-lbaas-dashboard https://git.openstack.org/openstack/neutron-lbaas-dashboard
LIBS_FROM_GIT+=python-neutronclient
DATABASE_PASSWORD=password
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
RABBIT_PASSWORD=password
# Enable Logging
LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
LOGDAYS=2
LOG_COLOR=True
SCREEN_LOGDIR=$DEST/logs
# Configure Keystone V3
DEFAULT_DOMAIN=default
# Horizon
disable_service horizon
# LBaaS V2 and Octavia
enable_service q-lbaasv2
enable_service octavia
enable_service o-cw
enable_service o-hm
enable_service o-hk
enable_service o-api
# Enable DVR
Q_PLUGIN=ml2
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_DVR_MODE=dvr_snat
# Enable KVM support
LIBVIRT_TYPE=kvm
# To use linuxbridge not OVS
# Q_AGENT=linuxbridge
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"