Created
January 11, 2017 16:31
-
-
Save hichihara/e982170fa384cb5260697dca919d0295 to your computer and use it in GitHub Desktop.
local.conf for lagopus
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]] | |
HOST_IP=127.0.0.1 | |
MYSQL_PASSWORD=mysql | |
RABBIT_PASSWORD=rabbitmq | |
ADMIN_PASSWORD=secret | |
SERVICE_PASSWORD=secret | |
enable_plugin networking-lagopus https://github.com/hichihara/networking-lagopus | |
Q_ML2_PLUGIN_MECHANISM_DRIVERS=lagopus | |
Q_ML2_TENANT_NETWORK_TYPE=local | |
ENABLE_TENANT_TUNNELS=False | |
Q_AGENT=lagopus | |
Q_USE_SECGROUP=False | |
LAGOPUS_VHOST_MODE=False | |
LAGOPUS_INSTALL=True | |
LAGOPUS_PHYSICAL_INTERFACE=eth1 | |
LAGOPUS_RUN=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment