Skip to content

Instantly share code, notes, and snippets.

View pabelanger's full-sized avatar

Paul Belanger pabelanger

View GitHub Profile
### Keybase proof
I hereby claim:
* I am pabelanger on github.
* I am pabelanger (https://keybase.io/pabelanger) on keybase.
* I have a public key whose fingerprint is C881 439E B5DA 934B 56BB 09BA 81F1 32FE 2E6A 3399
To claim this, I am signing this object:
use Mojo::UserAgent;
use warnings;
use strict;
use 5.14.0;
my $ua = Mojo::UserAgent->new;
$ua->websocket('ws://username:password@localhost:8088/ari/events?app=demo' => sub {
my ($ua, $tx) = @_;
say "WebSocket handshake failed!" and return unless $tx->is_websocket;
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
bond-master bond0
bond-primary eth0 eth1
auto eth1
iface eth1 inet manual
@pabelanger
pabelanger / gist:6371824
Last active December 21, 2015 21:58
answer.txt
[general]
# Set to 'y' if you would like Packstack to install Glance
CONFIG_GLANCE_INSTALL=y
# Set to 'y' if you would like Packstack to install Cinder
CONFIG_CINDER_INSTALL=y
# Set to 'y' if you would like Packstack to install Nova
CONFIG_NOVA_INSTALL=y
#!/usr/bin/env python
# Copyright (C) 2013 PolyBeacon, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#