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:
parent
c3c6e5866b
commit
3640c380d1
@ -6,7 +6,7 @@ set -o errexit
|
|||||||
# Increment me any time the environment should be rebuilt.
|
# Increment me any time the environment should be rebuilt.
|
||||||
# This includes dependncy changes, directory renames, etc.
|
# This includes dependncy changes, directory renames, etc.
|
||||||
# Simple integer secuence: 1, 2, 3...
|
# Simple integer secuence: 1, 2, 3...
|
||||||
environment_version=24
|
environment_version=25
|
||||||
#--------------------------------------------------------#
|
#--------------------------------------------------------#
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
|
Loading…
Reference in New Issue
Block a user