-
-
Save congto/469e954990e4cde31df0b811f1d3eb7c to your computer and use it in GitHub Desktop.
devstack local.conf for Kuryr and MidoNet v5 (monolithic plugin)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
OFFLINE=No | |
RECLONE=No | |
ENABLED_SERVICES="" | |
enable_plugin kuryr https://github.com/openstack/kuryr.git | |
enable_service kuryr | |
enable_service etcd-server | |
enable_service docker-engine | |
Q_PLUGIN=midonet_v2 | |
enable_plugin networking-midonet http://github.com/openstack/networking-midonet.git | |
MIDONET_PLUGIN=midonet.neutron.plugin_v2.MidonetPluginV2 | |
MIDONET_CLIENT=midonet.neutron.client.api.MidonetApiClient | |
MIDONET_USE_ZOOM=True | |
Q_SERVICE_PLUGIN_CLASSES=midonet_l3 | |
# hack for getting to internet from the containers | |
sudo iptables -t nat -A POSTROUTING -s 172.24.4.1/24 -d 0.0.0.0/0 -j MASQUERADE | |
# Credentials | |
ADMIN_PASSWORD=pass | |
DATABASE_PASSWORD=pass | |
RABBIT_PASSWORD=pass | |
SERVICE_PASSWORD=pass | |
SERVICE_TOKEN=pass | |
enable_service q-svc | |
enable_service neutron | |
enable_service key | |
enable_service mysql | |
enable_service rabbit | |
enable_service horizon | |
# Log all output to files | |
LOGFILE=$HOME/devstack.log | |
SCREEN_LOGDIR=$HOME/logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment