Skip to content

Instantly share code, notes, and snippets.

@amotoki
Created February 3, 2018 23:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amotoki/05388ca331eb21d35a646c157bf4a3e4 to your computer and use it in GitHub Desktop.
Save amotoki/05388ca331eb21d35a646c157bf4a3e4 to your computer and use it in GitHub Desktop.
DevStack local.conf (Queens release; master)
[[local|localrc]]
enable_service s-proxy s-object s-container s-account
# migrate to new neutron service configuration
disable_service q-svc
disable_service q-agt
disable_service q-dhcp
disable_service q-l3
disable_service q-meta
enable_service neutron-api
enable_service neutron-agent
enable_service neutron-dhcp
enable_service neutron-l3
enable_service neutron-metadata-agent
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_service neutron-metering
enable_service neutron-qos
enable_service neutron-trunk
enable_service neutron-segments
enable_service neutron-dns
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas
enable_service neutron-fwaas-v2
enable_plugin neutron-fwaas-dashboard https://git.openstack.org/openstack/neutron-fwaas-dashboard
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas
enable_plugin neutron-vpnaas-dashboard https://git.openstack.org/openstack/neutron-vpnaas-dashboard
enable_plugin heat https://git.openstack.org/openstack/heat
enable_plugin heat-dashboard https://git.openstack.org/openstack/heat-dashboard
RECLONE=True
LOGFILE=$DEST/logs/devstack.log
ADMIN_PASSWORD=^ipdc06$
MYSQL_PASSWORD=EemCSA3gLAqK2hwg
RABBIT_PASSWORD=FeFfxuSvDaAQnfEK
SERVICE_PASSWORD=tVQfFNNlsDUb5Bzp
SWIFT_HASH=JRBj7ukxMG4tckek
[[post-config|/etc/neutron/dhcp_agent.ini]]
[DEFAULT]
enable_isolated_metadata = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment