Skip to content

Instantly share code, notes, and snippets.

@srics
Created January 21, 2015 00:39
Show Gist options
  • Save srics/ffab102aa847f3ec7642 to your computer and use it in GitHub Desktop.
Save srics/ffab102aa847f3ec7642 to your computer and use it in GitHub Desktop.
devstack local.conf with floating range, ip pool
[[local|localrc]]
HOST_IP=192.168.110.203
ADMIN_PASSWORD=devstack
MYSQL_PASSWORD=devstack
RABBIT_PASSWORD=devstack
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=devstack
# Neutron ML2 with OpenVSwitch
Q_PLUGIN=ml2
Q_AGENT=openvswitch
ML2_L3_PLUGIN=neutron.plugins.brocade.vyatta.vrouter_neutron_plugin.VyattaVRouterPlugin
FLOATING_RANGE=192.168.110.0/24
Q_FLOATING_ALLOCATION_POOL="start=192.168.110.200,end=192.168.110.204"
PUBLIC_NETWORK_NAME=external
PUBLIC_NETWORK_GATEWAY=192.168.110.1
enable_service n-novnc
enable_service q-l3
#enable_service q-lbaas
#enable_service q-fwaas
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-meta
enable_service neutron
enable_service vyatta
# Heat
disable_service heat
disable_service h-eng
disable_service h-api
disable_service h-api-cfn
disable_service h-api-cw
# Nova
disable_service n-net
VIRT_DRIVER=libvirt
# Pip
PIP_USE_MIRRORS=False
USE_GET_PIP=1
# Disable Cinder
disable_service c-vol
disable_service c-api
disable_service c-sch
disable_service c-bak
# Tempest
enable_service tempest
TEMPEST_HTTP_IMAGE=127.0.0.1
#OFFLINE=False
OFFLINE=True
RECLONE=False
# Logging
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img,file:///opt/files/vyatta_vrouter.qcow2"
enable_service q-vpn
@daming000
Copy link

hi guy
Where can I download vyatta_vrouter.qcow2 . I can't find on Google,please help me
daming000@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment