Update networkx version in PY2

When networkx<=2.1 and short snapshots_interval (for example 60s),
the error "NetworkXError: SubGraph Views are readonly. Mutations
not allowed" is very easy to occur when applying complex template
scenarios.

Change-Id: Ia220eed46e3364d486cc64166c7285d087129c5f
This commit is contained in:
Q.hongtao 2020-11-20 15:14:01 +08:00
parent a082a9351d
commit e7c29bde34
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ munch==2.2.0
netaddr==0.7.19
netifaces==0.10.6
networkx==2.3;python_version>='3.4'
networkx==2.0;python_version<'3.0'
networkx==2.2;python_version<'3.0'
openstacksdk==0.12.0
os-client-config==1.29.0
os-service-types==1.2.0

View File

@ -21,7 +21,7 @@ python-troveclient>=2.2.0 # Apache-2.0
python-zaqarclient >=1.2.0
gnocchiclient>=3.3.1 # Apache-2.0
pyzabbix>=0.7.4 # LGPL
networkx<2.3,>=2.0;python_version<'3.0' # BSD
networkx<2.3,>=2.2;python_version<'3.0' # BSD
networkx>=2.3;python_version>='3.4' # BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.20.0 # Apache-2.0