Skip to content

Instantly share code, notes, and snippets.

@amotoki
Last active December 22, 2015 19:39
Show Gist options
  • Save amotoki/6520741 to your computer and use it in GitHub Desktop.
Save amotoki/6520741 to your computer and use it in GitHub Desktop.
devstack all-in-one localrc for Havana
# Neutron
# To use nova-network, comment out the following
PRIVATE_NETWORK_NAME=net1
PUBLIC_NETWORK_NAME=ext_net
Q_PLUGIN=openvswitch
disable_service n-net
enable_service neutron q-svc q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-lbaas
enable_service q-fwaas
enable_service q-vpn
# Heat
enable_service heat h-api h-api-cfn h-api-cw h-eng
# Ceilometer
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
# Keystone
#KEYSTONE_TOKEN_FORMAT=UUID
#-----------------------------
# Devstack configurations
#-----------------------------
LOGDIR=$DEST/logs
SCREEN_LOGDIR=$LOGDIR
SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m /%d %c"
LOGFILE=$LOGDIR/devstack.log
LOG_COLOR=False
ADMIN_PASSWORD=pass
MYSQL_PASSWORD=stackdb
RABBIT_PASSWORD=stackqueue
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=xyzpdqlazydog
#OFFLINE=True
#RECLONE=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment