Update devops version and network pool

Up devops version to 2.9.3
    Change network default pool from 10.108/16 to 10.109/16

Change-Id: I71d4245fe7a73fe8d6dd215441a96c3c0159c66a
This commit is contained in:
Dmitry Tyzhnenko 2015-02-13 18:26:07 +02:00
parent 31aed29198
commit d5f9c00257
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
nose==1.2.1
git+git://github.com/stackforge/fuel-devops.git@2.9.2
git+git://github.com/stackforge/fuel-devops.git@2.9.3
anyjson==0.3.1
paramiko
proboscis==1.2.6.0

View File

@ -115,7 +115,7 @@ INTERFACES = {
# May be one of virtio, e1000, pcnet, rtl8139
INTERFACE_MODEL = os.environ.get('INTERFACE_MODEL', 'virtio')
POOL_DEFAULT = os.environ.get('POOL_DEFAULT', '10.108.0.0/16:24')
POOL_DEFAULT = os.environ.get('POOL_DEFAULT', '10.109.0.0/16:24')
POOL_ADMIN = os.environ.get('POOL_ADMIN', POOL_DEFAULT)
POOL_PUBLIC = os.environ.get('POOL_PUBLIC', POOL_DEFAULT)
POOL_MANAGEMENT = os.environ.get('POOL_MANAGEMENT', POOL_DEFAULT)