Skip to content

Instantly share code, notes, and snippets.

@hichihara
Created January 11, 2017 16:31
Show Gist options
  • Save hichihara/e982170fa384cb5260697dca919d0295 to your computer and use it in GitHub Desktop.
Save hichihara/e982170fa384cb5260697dca919d0295 to your computer and use it in GitHub Desktop.
local.conf for lagopus
[[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