Devstack element pulls from master.

Devstack element pulls devstack from trunk
instead of from the tripleo fork.

Change-Id: Ie5b1c325b2464cf1195e8e79857bdea27f9847a2
This commit is contained in:
Devananda van der Veen 2013-02-25 16:31:09 -08:00
parent 48e22d91b6
commit aa9f447770

View File

@ -8,4 +8,4 @@ install-packages git
if [ -n "$http_proxy" ]; then
sudo -Hiu stack git config --global http.proxy $http_proxy
fi
sudo -Hiu stack git clone -b baremetal-dev https://github.com/tripleo/devstack.git
sudo -Hiu stack git clone https://github.com/openstack-dev/devstack.git