Skip to content

Instantly share code, notes, and snippets.

@ygbourhis
ygbourhis / worlddump-2015-01-28-124455.txt
Created January 28, 2015 13:11
devstack worlddump-2015-01-28-124455.txt
File System Summary
===================
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 40G 3.1G 35G 8% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 2.0G 12K 2.0G 1% /dev
tmpfs 396M 416K 395M 1% /run
none 5.0M 0 5.0M 0% /run/lock
@ygbourhis
ygbourhis / stack.sh.log
Created January 28, 2015 13:09
devstack WARNING: urllib3.connectionpool HttpConnectionPool is full, discarding connection
This file has been truncated, but you can view the full file.
2015-01-28 12:37:44.774 | + SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
2015-01-28 12:37:44.774 | + rm -f /opt/stack/data/ca-bundle.pem
2015-01-28 12:37:44.775 | + source /home/vagrant/devstack/lib/database
2015-01-28 12:37:44.775 | + source /home/vagrant/devstack/lib/rpc_backend
2015-01-28 12:37:44.778 | + check_rpc_backend
2015-01-28 12:37:44.779 | + local c svc
2015-01-28 12:37:44.779 | + local rpc_needed=1
2015-01-28 12:37:44.780 | ++ grep -rl iniset_rpc_backend /home/vagrant/devstack/lib/
2015-01-28 12:37:44.780 | ++ awk -F/ '{print $NF}'
2015-01-28 12:37:44.782 | + rpc_candidates='glance
@ygbourhis
ygbourhis / local.conf
Created January 28, 2015 13:06
devstack local.conf
# Sample ``local.conf`` for user-configurable variables in ``stack.sh``
# NOTE: Copy this file to the root ``devstack`` directory for it to
# work properly.
# ``local.conf`` is a user-maintained setings file that is sourced from ``stackrc``.
# This gives it the ability to override any variables set in ``stackrc``.
# Also, most of the settings in ``stack.sh`` are written to only be set if no
# value has already been set; this lets ``local.conf`` effectively override the
# default values.