Set env version to 25 for python-glanceclient dep

The required python-glanceclient increased to v0.3.X, so we need
to increment the environment_version.

Change-Id: I89cf38834dcf9bd489f7a138d5e570bd3b69c7a6
This commit is contained in:
Brian Waldon 2012-08-10 11:13:26 -07:00
parent c3c6e5866b
commit 3640c380d1

View File

@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=24
environment_version=25
#--------------------------------------------------------#
function usage {