Bump up mgmt ip start to avoid conflict with compass server

now start from *.*.*.10 but test slaves where compass server
is can be out of 10 so a conflict might happen, so increase
to 50.
pin pycrypto version to 2.0.1 and below
Keystone client grizzly version only work with pycrypto below 2.0.1,
so pin pycrypto to 2.0.1 and below.
Closes-Bug: 1321032
Closes-Bug: 1321056
Change-Id: I2f72937ee128d34ce2eb02f35edff700eab686a5
This commit is contained in:
zhaoxinyu 2014-05-20 00:43:47 +00:00
parent 47550ababc
commit b7e7ad6d99
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export USE_POLL_SWITCHES=${USE_POLL_SWITCHES:-true}
export HOST_ROLES=${HOST_ROLES:-''}
export MANAGEMENT_IP_START=${MANAGEMENT_IP_START:-`echo $ipaddr |cut -d. -f'1 2 3'`.10}
export MANAGEMENT_IP_START=${MANAGEMENT_IP_START:-`echo $ipaddr |cut -d. -f'1 2 3'`.50}
export MANAGEMENT_IP_END=${MANAGEMENT_IP_END:-`echo $ipaddr |cut -d. -f'1 2 3'`.100}
export MANAGEMENT_NETMASK=${MANAGEMENT_NETMASK:-'255.255.255.0'}
export MANAGEMENT_NIC=${MANAGEMENT_NIC:-'eth0'}

View File

@ -6,3 +6,4 @@ testrepository>=0.0.17
mimeparse
coverage>=3.6
hacking>=0.8.0,<0.9
pycrypto<=2.0.1