Skip to content

Instantly share code, notes, and snippets.

@mcastelino
Created May 19, 2017 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcastelino/9ca94cd63371cb4212f05d091d115fda to your computer and use it in GitHub Desktop.
Save mcastelino/9ca94cd63371cb4212f05d091d115fda to your computer and use it in GitHub Desktop.
Clear Containers with Zun on Ciao Down

https://docs.openstack.org/developer/zun/dev/quickstart.html

local.conf

[[local|localrc]]
GIT_BASE=http://github.com
HOST_IP=10.0.2.15
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin zun https://git.openstack.org/openstack/zun
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
HOST_IP=10.0.2.15
ZUN_DRIVER=nova-docker
IP_VERSION=4
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment