Comment 1 for bug 884850

Revision history for this message
Scott Moser (smoser) wrote :

just curious, what would this do ?

setup of devstack consists of running:
!/bin/sh
apt-get update
apt-get install git -y
git clone https://github.com/smoser/devstack.git
cd devstack
git checkout localdev
echo ADMIN_PASSWORD=golfing >> localrc
echo FLAT_INTERFACE=br100 >> localrc
./stack.sh

Then, all the components are there on the single system.

Its quite possible I'm missing something, but it does not seem to me that this is really something that fits a charm well.