Skip to content

Commit 23c6e6c

Browse files
committed
pin bottle <0.13
new version has issue in get method bottlepy/bottle#1452 Change-Id: I84ae81757a09c4b204afa26e09ea7df1b0415aa4
1 parent 011ee1b commit 23c6e6c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/config/api-server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gevent
88
netaddr
99
python-keystoneclient
1010
netifaces
11-
bottle
11+
bottle<0.13
1212
stevedore
1313
kazoo
1414
pycrypto

src/config/common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bitarray
2-
bottle
2+
bottle<0.13
33
cassandra-driver
44
contrail-api-client
55
future

src/config/device-manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python-novaclient
88
keystoneauth1
99
kombu
1010
netifaces
11-
bottle
11+
bottle<0.13
1212
stevedore
1313
timeout-decorator
1414
docker

src/config/vnc_openstack/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bottle
1+
bottle<0.13
22
future
33
six
44
requests

src/nodemgr/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gevent<1.5.0
22
greenlet<2.0.0
3-
bottle
3+
bottle<0.13
44
six
55
pyYAML
66
psutil>=0.6.0,!=5.5.0,!=5.5.1

0 commit comments

Comments
 (0)