Skip to content

Instantly share code, notes, and snippets.

@celebdor
Last active August 8, 2016 04:58
Show Gist options
  • Save celebdor/457def8848ae7e01b44f to your computer and use it in GitHub Desktop.
Save celebdor/457def8848ae7e01b44f to your computer and use it in GitHub Desktop.
devstack local.conf for Kuryr and MidoNet v5 (monolithic plugin)
[[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