找回密码
 注册
查看: 717|回复: 0

kolla ERROR: Cannot uninstall 'requests'. It is a distutils installed project an

[复制链接]

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
发表于 2022-6-15 15:00:34 | 显示全部楼层 |阅读模式
ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.: P, G9 a, K1 }/ L' m$ o

$ J$ d' E: u4 ?: p3 }/ x: N1 ^解决办法:, S: t: E2 U+ t
安装reqeuts 时需要单独安装:
6 I2 B" O- V! T( g) B+ Y+ e" z$ A& q, h+ G7 F1 n2 n" d
pip install requests --upgrade --ignore-installed requests! O7 W4 c" D7 @% }4 _3 D" O

/ m  [4 G% C  D" v4 A  @DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
  f  R2 I7 A3 U& q# B+ PLooking in indexes: http://mirrors.aliyun.com/pypi/simple/
( J1 ]" k# v9 dCollecting requests
8 {# z& \* ?$ ^  Downloading http://mirrors.aliyun.com/pypi/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63 kB)
- }, n9 R9 R/ ], {2 X     |████████████████████████████████| 63 kB 343 kB/s
! r$ r; h) c' d) V# F3 FCollecting certifi>=2017.4.17* I9 C$ I) D! `) T
  Downloading http://mirrors.aliyun.com/pypi/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149 kB)- l9 a, @7 J& n. R
     |████████████████████████████████| 149 kB 346 kB/s % k# R; S  X' `7 p. o
Collecting urllib3<1.27,>=1.21.1$ N/ K- b2 P7 e% S, R/ C% G
  Downloading http://mirrors.aliyun.com/pypi/packages/ec/03/062e6444ce4baf1eac17a6a0ebfe36bb1ad05e1df0e20b110de59c278498/urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
4 H7 O" K1 g4 D3 D6 f* A     |████████████████████████████████| 138 kB 352 kB/s 0 \7 o% S4 T9 T% y( Z
Collecting idna<3,>=2.5; python_version < "3"
7 s6 o, K( O+ m. _& D& \  Downloading http://mirrors.aliyun.com/pypi/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58 kB). B9 M! _( R6 b% r$ ^( v
     |████████████████████████████████| 58 kB 349 kB/s 4 M. q1 ?4 }9 l( g% F6 U1 \$ ]. ]: j
Collecting chardet<5,>=3.0.2; python_version < "3"% M, n; ?( i3 Y' C$ b
  Downloading http://mirrors.aliyun.com/pypi/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178 kB). ]( V- G/ K! t
     |████████████████████████████████| 178 kB 348 kB/s
9 P9 D4 K& K) U: M6 K4 l& W  kInstalling collected packages: certifi, urllib3, idna, chardet, requests
6 [0 m! W- A$ s1 w7 L
' B. m% I, @9 V, c* h5 q  H然后再执行pip install .
$ {1 l+ A) I* U  O: e即可解决问题;
; j  i6 v7 V% u8 [9 F# C8 f# L3 W8 Q
0 b  x. x. e7 n
如图:# ?' O% ]" R6 A% H6 X
[root@openstack-gnocchi kolla-ansible]# pip install .9 _8 Z4 h$ h% k& G
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.3 T* b& f+ l: M. j2 r. ]- G
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/5 Z! |" E. F1 R# d( a
Processing /root/kolla-ansible
! s) ]' m& f0 Y2 [, KRequirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (5.9.0)$ r+ P3 G& H8 v( J
Collecting docker>=2.4.2
; L! o8 w5 q1 X/ Q  Downloading http://mirrors.aliyun.com/pypi/packages/c4/22/410313ad554477e87ec406d38d85f810e61ddb0d2fc44e64994857476de9/docker-4.4.4-py2.py3-none-any.whl (147 kB)- F  x; ^3 Q; j) x; U6 O. D* n# w
     |████████████████████████████████| 147 kB 242 kB/s ' |# R3 B& t* a/ ?% v* L
Collecting Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8
8 Y9 w2 N6 x  H! D$ T# B3 m  Downloading http://mirrors.aliyun.com/pypi/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl (125 kB): Y4 h/ U/ Z* ~) p
     |████████████████████████████████| 125 kB 344 kB/s
3 O5 s6 P8 s  I4 o) J/ ~4 ZRequirement already satisfied: six>=1.10.0 in /usr/lib/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (1.16.0)- `9 k0 p+ V0 T7 f6 n& [- O
Collecting oslo.config>=5.1.0
: b& D) N% \4 o( }; H; h. Y  Downloading http://mirrors.aliyun.com/pypi/packages/5c/45/53255cdbabefabc4ac8ae36671ecbd8a92a6d029363fcae9126a27fb81d7/oslo.config-7.0.0-py2.py3-none-any.whl (125 kB)
$ Z- Q( u; ^; y0 D     |████████████████████████████████| 125 kB 320 kB/s   y1 w7 R( i. P" q' s3 [# n
Collecting oslo.utils>=3.33.0. l4 r8 v# J0 k$ g0 s. G  X9 y5 C
  Downloading http://mirrors.aliyun.com/pypi/packages/82/9c/568e90a41b29b255dcdb5d39d4ad2ad4c92ba7ed1af9746ddbd7680768ba/oslo.utils-3.42.1-py2.py3-none-any.whl (100 kB), }: x9 N1 t. T" A9 m0 @/ ]  d
     |████████████████████████████████| 100 kB 333 kB/s
0 u: x% x$ ~5 F1 iCollecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0/ w7 ~4 W  r: f, r& h* O# S
  Downloading http://mirrors.aliyun.com/pypi/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006ec932b4/setuptools-44.1.1-py2.py3-none-any.whl (583 kB)0 }- u4 n& O) P1 a7 \' M
     |████████████████████████████████| 583 kB 321 kB/s
) P5 J+ O9 _8 g. ?+ TRequirement already satisfied: PyYAML>=3.10 in /usr/lib64/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (5.4.1)) o, t/ v* k5 M+ k8 O
Collecting netaddr>=0.7.18; k8 I% f7 a7 B/ f* Z. f
  Downloading http://mirrors.aliyun.com/pypi/packages/ff/cd/9cdfea8fc45c56680b798db6a55fa60a22e2d3d3ccf54fc729d083b50ce4/netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)* F; {3 [! B+ p# o) u* o* d( j
     |████████████████████████████████| 1.9 MB 340 kB/s 6 k' H$ G& [  Q: v
Requirement already satisfied: cryptography!=2.0,>=1.9 in /usr/lib64/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (3.3.2)+ A; k' F* _! Z9 u& e# E
Collecting jmespath>=0.9.0  f3 S, T; P9 v
  Downloading http://mirrors.aliyun.com/pypi/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
. h' U' }4 H) V1 \! VRequirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/lib/python2.7/site-packages (from docker>=2.4.2->kolla-ansible==6.2.4.dev4) (2.27.1)& |  M8 d6 w4 E" Q# b* m
Collecting websocket-client>=0.32.0
+ N8 ]" s* g; r8 D( E  c$ y! i( P% [  Downloading http://mirrors.aliyun.com/pypi/packages/f7/0c/d52a2a63512a613817846d430d16a8fbe5ea56dd889e89c68facf6b91cb6/websocket_client-0.59.0-py2.py3-none-any.whl (67 kB)0 N( p3 h( k1 H
     |████████████████████████████████| 67 kB 352 kB/s
6 O$ d! K/ m9 E0 _  g6 U# K( jRequirement already satisfied: backports.ssl-match-hostname>=3.5; python_version < "3.5" in /usr/lib/python2.7/site-packages (from docker>=2.4.2->kolla-ansible==6.2.4.dev4) (3.5.0.1)
' Q" f+ r# |6 E8 WRequirement already satisfied: ipaddress>=1.0.16; python_version < "3.3" in /usr/lib/python2.7/site-packages (from docker>=2.4.2->kolla-ansible==6.2.4.dev4) (1.0.16)
% s5 C6 E3 V! tCollecting MarkupSafe>=0.23
3 h3 u% }* \. i8 K) }  Downloading http://mirrors.aliyun.com/pypi/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl (24 kB)" A8 O, i; \: K- c, s
Collecting stevedore>=1.20.0$ J5 P2 t+ x- ?% s  t9 s
  Downloading http://mirrors.aliyun.com/pypi/packages/e6/49/a35dd566626892d577e426dbe5ea424dd7fbe10645f2c1070dcba474eca9/stevedore-1.32.0-py2.py3-none-any.whl (43 kB)' s9 Y& }. E0 h6 Q! |7 k" a
     |████████████████████████████████| 43 kB 340 kB/s 0 L# [+ P. v' u4 D( R
Collecting oslo.i18n>=3.15.32 l8 q( B/ J8 @) ~( N+ Q
  Downloading http://mirrors.aliyun.com/pypi/packages/4e/a4/e2c71ea714266097b2edc5188462cfc8f0fffd277ef148a33430199b4a0a/oslo.i18n-3.25.1-py2.py3-none-any.whl (47 kB)0 ]8 _+ Z5 T+ Y' X* A4 b) J
     |████████████████████████████████| 47 kB 338 kB/s 8 j- y4 }  V( Z3 g* P  `
Collecting rfc3986>=1.2.0
- c3 Y( O0 o+ J- t3 ~4 i  Downloading http://mirrors.aliyun.com/pypi/packages/c4/e5/63ca2c4edf4e00657584608bee1001302bbf8c5f569340b78304f2f446cb/rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)' @  E( h  Z& S
Collecting debtcollector>=1.2.0
; _1 E% ~1 o" i0 c% D$ l  Downloading http://mirrors.aliyun.com/pypi/packages/ca/ab/e34b13877f84a198b043166a82baf0ae8b9ed1daa83b6ebde776e8628b0a/debtcollector-1.22.0-py2.py3-none-any.whl (23 kB)
5 L9 V# O- [3 A3 b1 B! zRequirement already satisfied: enum34>=1.0.4; python_version == "2.7" or python_version == "2.6" or python_version == "3.3" in /usr/lib/python2.7/site-packages (from oslo.config>=5.1.0->kolla-ansible==6.2.4.dev4) (1.1.10)# X( B, o% ^- B  s# K7 n  x  y6 g
Collecting pyparsing>=2.1.06 {* q4 ^/ z# h  l9 O1 d1 K
  Downloading http://mirrors.aliyun.com/pypi/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)& Z2 K6 S5 R' @; j
     |████████████████████████████████| 67 kB 277 kB/s 9 m0 Q: A. e" q& e
Collecting funcsigs>=1.0.0; python_version == "2.7" or python_version == "2.6". m3 E* u! w8 T. y
  Downloading http://mirrors.aliyun.com/pypi/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
/ k' y* I, s$ q. hCollecting pytz>=2013.66 A- Q7 Z/ U5 V7 k" l
  Downloading http://mirrors.aliyun.com/pypi/packages/60/2e/dec1cc18c51b8df33c7c4d0a321b084cf38e1733b98f9d15018880fb4970/pytz-2022.1-py2.py3-none-any.whl (503 kB)6 J. p$ z: v) A" b3 g+ P
     |████████████████████████████████| 503 kB 256 kB/s
, V7 r4 ^+ x2 c- N/ ?8 \Collecting iso8601>=0.1.11$ m3 @# J4 F- ]- Z3 U, v) F9 D4 `
  Downloading http://mirrors.aliyun.com/pypi/packages/d7/f8/8f315ea8272359d9ae57086581fb4c469be80e6b36bb36583c11bb19e6c4/iso8601-0.1.16-py2.py3-none-any.whl (10 kB)
+ O/ r8 `$ {) ]) g/ aCollecting netifaces>=0.10.48 l1 H2 W6 w8 @7 c
  Downloading http://mirrors.aliyun.com/pypi/packages/89/b2/b0201e550aee1fb84de0a951bfb74a91b67d49a77d8cb5334b7585e40a77/netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (31 kB)
" I; \" {- N, b4 x$ }# sCollecting monotonic>=0.6; python_version < "3.3"
( b7 Z, @" U8 P  Downloading http://mirrors.aliyun.com/pypi/packages/9a/67/7e8406a29b6c45be7af7740456f7f37025f0506ae2e05fb9009a53946860/monotonic-1.6-py2.py3-none-any.whl (8.2 kB)
' w& T6 \  g0 u+ F# @# x; [. rCollecting importlib-resources; python_version < "3.7"
8 l) a5 V& a$ g  Downloading http://mirrors.aliyun.com/pypi/packages/8d/94/2f6ceee0c4e63bff0177c07e68d27c937a19f6bc77c4739755b49f5adb04/importlib_resources-3.3.1-py2.py3-none-any.whl (26 kB)& V* Z0 n; g3 y/ a; k% \
Requirement already satisfied: cffi>=1.12 in /usr/lib64/python2.7/site-packages (from cryptography!=2.0,>=1.9->kolla-ansible==6.2.4.dev4) (1.15.0)
' v) z  H$ B% H& L8 Y3 Z0 f! C2 ^Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker>=2.4.2->kolla-ansible==6.2.4.dev4) (2021.10.8)% ]7 f$ b) ^  H( i; t7 E7 |
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker>=2.4.2->kolla-ansible==6.2.4.dev4) (1.26.9)
6 `" D- n) A& O0 i+ ]( NRequirement already satisfied: idna<3,>=2.5; python_version < "3" in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker>=2.4.2->kolla-ansible==6.2.4.dev4) (2.10)% l, P' I0 q+ N5 u2 s, H# m; S0 V
Requirement already satisfied: chardet<5,>=3.0.2; python_version < "3" in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker>=2.4.2->kolla-ansible==6.2.4.dev4) (4.0.0)
6 c: U. X: y# z0 d/ k7 V. i8 r. I) WCollecting Babel!=2.4.0,>=2.3.4
1 F/ U8 y$ O( A7 p) l) S2 B  Downloading http://mirrors.aliyun.com/pypi/packages/aa/96/4ba93c5f40459dc850d25f9ba93f869a623e77aaecc7a9344e19c01942cf/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
  ?3 D+ ?- G4 c0 h1 \6 R3 W- ?     |████████████████████████████████| 8.8 MB 360 kB/s
: j' p3 ]# D1 A; }5 Q9 WCollecting wrapt>=1.7.0! t+ S( j) z7 G! L
  Downloading http://mirrors.aliyun.com/pypi/packages/e6/57/d5673f5201ccbc287e70a574868319267735de3041e496e1e26b48d8f653/wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl (75 kB)7 ^! z. Q1 F$ x) z
     |████████████████████████████████| 75 kB 354 kB/s
* X: D- z# Q4 B& T3 a. z9 mCollecting singledispatch; python_version < "3.4"
5 N" k4 j6 l& a7 I/ h  Downloading http://mirrors.aliyun.com/pypi/packages/3f/09/2a17c6505a8373229cb3de6161e3af74ff90afcf4516719aa6cf32fad151/singledispatch-3.7.0-py2.py3-none-any.whl (9.2 kB)
) p8 m' o2 u, K9 K) C' Z5 UCollecting zipp>=0.4; python_version < "3.8"- e/ \& S/ Z! k, B& p
  Downloading http://mirrors.aliyun.com/pypi/packages/96/0a/67556e9b7782df7118c1f49bdc494da5e5e429c93aa77965f33e81287c8c/zipp-1.2.0-py2.py3-none-any.whl (4.8 kB)
0 E( f! _' c* p. B: C$ F/ hCollecting pathlib2; python_version < "3"; p8 C& B! [! ^0 F; O
  Downloading http://mirrors.aliyun.com/pypi/packages/09/eb/4af4bcd5b8731366b676192675221c5324394a580dfae469d498313b5c4a/pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB)
' O5 j" o) C* [6 LCollecting contextlib2; python_version < "3"
- w. l- }4 \5 a* M- ?  Downloading http://mirrors.aliyun.com/pypi/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB); U3 l# j2 r& H+ D* s. ?$ y7 }! M
Collecting typing; python_version < "3.5"+ B) G- {$ `6 l9 X4 |0 p2 P# A
  Downloading http://mirrors.aliyun.com/pypi/packages/0b/cb/da856e81731833b94da70a08712f658416266a5fb2a9d9e426c8061becef/typing-3.10.0.0-py2-none-any.whl (26 kB). i$ ]% ]. A4 |0 o9 P, Z
Requirement already satisfied: pycparser in /usr/lib/python2.7/site-packages (from cffi>=1.12->cryptography!=2.0,>=1.9->kolla-ansible==6.2.4.dev4) (2.21)* i. ~+ J6 i  P; K' A1 _6 h
Processing /root/.cache/pip/wheels/06/57/a1/36019a17d0f1e61a90d47d48e777411daf948e7515697c68d5/scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl
. w3 T; ]9 D5 w, `Building wheels for collected packages: kolla-ansible( y8 Y1 e( d% i9 Q3 E& ?) J
  Building wheel for kolla-ansible (setup.py) ... done
1 |, V; D9 ^$ Z3 `2 |7 O4 u  Created wheel for kolla-ansible: filename=kolla_ansible-6.2.4.dev4-py2-none-any.whl size=971232 sha256=429291fe17b06d2a1c9c6d2d65660ce98d2f90b4595a01aa4ed4c9d29c1e31ab
9 u4 D& J& Y) b! Y9 J  Stored in directory: /root/.cache/pip/wheels/4e/7c/47/966a2e36513a482219adcbe974aa18381f19f0a87f45d19297
, r. j  J$ a7 r" RSuccessfully built kolla-ansible
2 w* }5 \$ {9 e' pInstalling collected packages: websocket-client, docker, MarkupSafe, Jinja2, singledispatch, contextlib2, zipp, typing, scandir, pathlib2, importlib-resources, netaddr, stevedore, pytz, Babel, oslo.i18n, rfc3986, wrapt, funcsigs, debtcollector, oslo.config, pyparsing, iso8601, netifaces, monotonic, oslo.utils, setuptools, jmespath, kolla-ansible
3 P& K5 J- x3 p4 v8 T; m" k1 n* P  Attempting uninstall: MarkupSafe7 N1 F% P: U4 c- P
    Found existing installation: MarkupSafe 0.11
( Q' r" e8 D1 ^. k5 m    Uninstalling MarkupSafe-0.11:7 i, Z" g; a" r
      Successfully uninstalled MarkupSafe-0.11* H  z$ K, \; f6 U4 k: p
  Attempting uninstall: Jinja2
  ]8 \) M; m) n" H0 Y    Found existing installation: Jinja2 2.7.2
& e- ?) `, \+ T5 ?  V& _    Uninstalling Jinja2-2.7.2:1 Y, |0 ?2 o6 V* C( K9 c# N
      Successfully uninstalled Jinja2-2.7.28 E  t, c# G$ y0 m) ?: h1 g$ z
  Attempting uninstall: Babel. i5 e% Y+ p9 ]0 y7 P4 U
    Found existing installation: Babel 0.9.6( _" p; ^; W3 N* `7 V6 \) w
    Uninstalling Babel-0.9.6:
- v8 {) n: N7 q" r$ |: \: C      Successfully uninstalled Babel-0.9.6# F8 I2 [' S/ S0 n
  Attempting uninstall: setuptools
5 e# s) M) \9 I2 y! P0 V, L" u    Found existing installation: setuptools 0.9.8
( A2 V/ h2 r- V+ e    Uninstalling setuptools-0.9.8:
' w0 n: w9 X: i/ P" V* k      Successfully uninstalled setuptools-0.9.8
& K6 x0 t7 H8 C% N2 z. M' iSuccessfully installed Babel-2.9.1 Jinja2-2.11.3 MarkupSafe-1.1.1 contextlib2-0.6.0.post1 debtcollector-1.22.0 docker-4.4.4 funcsigs-1.0.2 importlib-resources-3.3.1 iso8601-0.1.16 jmespath-0.10.0 kolla-ansible-6.2.4.dev4 monotonic-1.6 netaddr-0.8.0 netifaces-0.11.0 oslo.config-7.0.0 oslo.i18n-3.25.1 oslo.utils-3.42.1 pathlib2-2.3.7.post1 pyparsing-2.4.7 pytz-2022.1 rfc3986-1.5.0 scandir-1.10.0 setuptools-44.1.1 singledispatch-3.7.0 stevedore-1.32.0 typing-3.10.0.0 websocket-client-0.59.0 wrapt-1.14.1 zipp-1.2.0
' V9 T+ d3 T$ o: x6 m) ^" H[root@openstack-gnocchi kolla-ansible]# ' z- ]  c# J4 a% O
您需要登录后才可以回帖 登录 | 注册

本版积分规则

返回首页|Archiver|手机版|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )

GMT+8, 2026-6-12 00:00 , Processed in 0.021500 second(s), 22 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表