Revision 5ce394226a5333285d89cc8163bb4039a0c0e773 authored by Mark McLoughlin on 11 October 2012, 19:35:15 UTC, committed by Mark McLoughlin on 11 October 2012, 19:35:15 UTC
Set version to 2012.1.4, but with final=False

See http://wiki.openstack.org/StableBranchRelease

Note - 2012.1.3 is expected to be the final official release of Essex.

Change-Id: I2e2c6e5ab16479607c777436d90fc45a388506fd
1 parent b67f21f
Raw File
with_venv.sh
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@
back to top