e886447d29
Using 'cgroup' in runtime server to limit cpu and memory resources. Each pod in deployment will has respective 'cgroup' directory on host. Under '/sys/fs/cgroup/xx/kubepods/<qos_class>/pod<uid>' directory, use HOSTNAME to create a new cgroup folder, which will only be used to limit function execution. Then we do not need to care about how and when to delete this new folder on host. Use 'openstackqinling/python-runtime:0.0.3' as the new python runtime image. Story: 2001586 Task: 14415 Change-Id: Id04a72c4f4a3c559dc7c746688b13ef93656d125
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
Flask>=0.10,!=0.11,<1.0 # BSD
|
|
python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
|
python-octaviaclient>=1.0.0 # Apache-2.0
|
|
python-mistralclient>=3.1.0 # Apache-2.0
|
|
keystoneauth1>=2.21.0 # Apache-2.0
|
|
openstacksdk>=0.9.19
|
|
oslo.concurrency>=3.25.0 # Apache-2.0
|