找回密码
 注册
查看: 719|回复: 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.
7 b9 i% A8 U2 p% H2 U
7 H, \* v+ I% F" e) [" E解决办法:. |5 ?' Z' M% e" P
安装reqeuts 时需要单独安装:
; E3 j9 ]3 R- t+ k- n& y" ^2 a6 ^7 t1 m$ \0 o
pip install requests --upgrade --ignore-installed requests7 A/ ~5 ^% C2 X; H/ H% _* b! Z% K9 U

8 {- M2 ~: `. j; _5 KDEPRECATION: 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.
2 J" t; l7 y9 n% KLooking in indexes: http://mirrors.aliyun.com/pypi/simple/6 C" p' ~, e' j$ A* `# h- c6 ]
Collecting requests
# E1 H6 D7 D4 V1 E& O  Downloading http://mirrors.aliyun.com/pypi/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63 kB). J. @% ?5 o* C8 S
     |████████████████████████████████| 63 kB 343 kB/s
/ l; n2 M+ I  ]  m" B7 kCollecting certifi>=2017.4.17
, S9 |! |1 [/ ^+ G0 a  Downloading http://mirrors.aliyun.com/pypi/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149 kB)/ [4 }- h% }% d( a* P! H+ I
     |████████████████████████████████| 149 kB 346 kB/s
" n) f" _- k8 q) h/ `8 S& ]- zCollecting urllib3<1.27,>=1.21.1
1 G, X9 [" L3 B  Downloading http://mirrors.aliyun.com/pypi/packages/ec/03/062e6444ce4baf1eac17a6a0ebfe36bb1ad05e1df0e20b110de59c278498/urllib3-1.26.9-py2.py3-none-any.whl (138 kB)+ {' A8 U9 W  {4 {- Q: Q# O
     |████████████████████████████████| 138 kB 352 kB/s
+ R# W' Q3 x+ l- m9 _Collecting idna<3,>=2.5; python_version < "3") r# M  q7 y! z
  Downloading http://mirrors.aliyun.com/pypi/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58 kB)- |+ [1 D% j  W3 T( q, i
     |████████████████████████████████| 58 kB 349 kB/s , X* A& x# F& k6 j* [7 N
Collecting chardet<5,>=3.0.2; python_version < "3"- ^: ~' P3 X& P4 ^
  Downloading http://mirrors.aliyun.com/pypi/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178 kB)
- T8 {) D- |2 Z" L, l     |████████████████████████████████| 178 kB 348 kB/s
4 ]' k* v+ Q2 ~% g( W) W6 E1 uInstalling collected packages: certifi, urllib3, idna, chardet, requests# P* X/ E& y0 M3 m

9 p7 Q  L, [" Y  k/ E然后再执行pip install .
. g. k* D4 Q; i( H即可解决问题;6 b# D% `4 j. i  }! U* T" s0 ?' @

& g* w& X) G2 G: `9 G
' |; |( b* t" ~( M' q$ l+ a如图:
% d7 Y# ^: h% h* _; }$ J' A. Q2 S[root@openstack-gnocchi kolla-ansible]# pip install .
3 z; z$ z+ Z; f# o; {8 UDEPRECATION: 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./ y* k% J7 K- S) ^, ]1 r; x
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/# t- n7 r! `" Z4 ^& n7 Y
Processing /root/kolla-ansible* V4 p3 T  T2 c
Requirement 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)
  w" s  x1 k8 O0 g. w) c- yCollecting docker>=2.4.25 c* z! M( l$ s7 ~& B/ k! f
  Downloading http://mirrors.aliyun.com/pypi/packages/c4/22/410313ad554477e87ec406d38d85f810e61ddb0d2fc44e64994857476de9/docker-4.4.4-py2.py3-none-any.whl (147 kB)# U6 n6 M! M/ Q9 m
     |████████████████████████████████| 147 kB 242 kB/s * @, Z' [- D, x8 J
Collecting Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8
: A" a0 X0 l3 O3 f1 h  Downloading http://mirrors.aliyun.com/pypi/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
" h. W3 _( N9 x     |████████████████████████████████| 125 kB 344 kB/s
% b3 y2 d9 i9 X# DRequirement already satisfied: six>=1.10.0 in /usr/lib/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (1.16.0)+ _. O; t  e" F
Collecting oslo.config>=5.1.0  f4 T7 f! I. H1 s* e7 @( `4 R
  Downloading http://mirrors.aliyun.com/pypi/packages/5c/45/53255cdbabefabc4ac8ae36671ecbd8a92a6d029363fcae9126a27fb81d7/oslo.config-7.0.0-py2.py3-none-any.whl (125 kB)) o4 `9 y% P) i8 Z6 Z
     |████████████████████████████████| 125 kB 320 kB/s
% k/ ]: d  k) E0 C3 p9 c5 n( L% N8 H5 A( xCollecting oslo.utils>=3.33.0; I6 I! y/ a1 T! `  f
  Downloading http://mirrors.aliyun.com/pypi/packages/82/9c/568e90a41b29b255dcdb5d39d4ad2ad4c92ba7ed1af9746ddbd7680768ba/oslo.utils-3.42.1-py2.py3-none-any.whl (100 kB)/ G; Q, d: I8 ^) H, Y
     |████████████████████████████████| 100 kB 333 kB/s
' W- t3 ]6 F; lCollecting 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
) J8 G) w4 ^7 J% ?# k  Downloading http://mirrors.aliyun.com/pypi/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006ec932b4/setuptools-44.1.1-py2.py3-none-any.whl (583 kB)
7 [( M' v# z8 a" B     |████████████████████████████████| 583 kB 321 kB/s & g6 ]8 v7 y* |' v8 X4 o
Requirement already satisfied: PyYAML>=3.10 in /usr/lib64/python2.7/site-packages (from kolla-ansible==6.2.4.dev4) (5.4.1)
7 m. S1 X# q9 V9 D3 UCollecting netaddr>=0.7.18
4 v. K$ A8 a# p2 ^7 u9 c8 `) N  Downloading http://mirrors.aliyun.com/pypi/packages/ff/cd/9cdfea8fc45c56680b798db6a55fa60a22e2d3d3ccf54fc729d083b50ce4/netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)# p  L, b" O, Q9 ]3 o) P$ l8 Z
     |████████████████████████████████| 1.9 MB 340 kB/s * z, }0 k7 P: T+ u$ b
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)
3 `- [( U- P: [; L. oCollecting jmespath>=0.9.02 o0 L5 K& K( D' l
  Downloading http://mirrors.aliyun.com/pypi/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl (24 kB)8 [6 j+ V: X4 X! d, k- ~! \
Requirement 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)
/ a  i0 y! x( I- p' O& `Collecting websocket-client>=0.32.0) }' e% y0 a4 u6 \2 {+ Y
  Downloading http://mirrors.aliyun.com/pypi/packages/f7/0c/d52a2a63512a613817846d430d16a8fbe5ea56dd889e89c68facf6b91cb6/websocket_client-0.59.0-py2.py3-none-any.whl (67 kB)
2 s$ U" u% \- |  \' U; d     |████████████████████████████████| 67 kB 352 kB/s 3 p; _" S1 T3 U% L7 m: X6 h1 i
Requirement 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)
& K3 _( v: ^- 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)0 @' z3 z; J* M
Collecting MarkupSafe>=0.23( {" @, c/ b7 {
  Downloading http://mirrors.aliyun.com/pypi/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl (24 kB)
6 Z- k! A: }  ~- {, F5 VCollecting stevedore>=1.20.0
7 d6 w% a, T! f5 B3 L  Downloading http://mirrors.aliyun.com/pypi/packages/e6/49/a35dd566626892d577e426dbe5ea424dd7fbe10645f2c1070dcba474eca9/stevedore-1.32.0-py2.py3-none-any.whl (43 kB)( u0 V/ J' m4 T; ~  M
     |████████████████████████████████| 43 kB 340 kB/s
5 F& g! x( J3 T8 D* I  pCollecting oslo.i18n>=3.15.3
4 t* P. Z& @- e, L8 R$ R  Downloading http://mirrors.aliyun.com/pypi/packages/4e/a4/e2c71ea714266097b2edc5188462cfc8f0fffd277ef148a33430199b4a0a/oslo.i18n-3.25.1-py2.py3-none-any.whl (47 kB)
( E& ~" P1 r3 ?) Y& j     |████████████████████████████████| 47 kB 338 kB/s 4 \* w# `* T! w- W+ z6 M& _
Collecting rfc3986>=1.2.0
* n+ i6 I( ~- r6 K" A: ?  Downloading http://mirrors.aliyun.com/pypi/packages/c4/e5/63ca2c4edf4e00657584608bee1001302bbf8c5f569340b78304f2f446cb/rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)3 F4 {4 ?: L( w
Collecting debtcollector>=1.2.0! z4 o. ~3 j4 R) N7 \% t5 \- H8 Z
  Downloading http://mirrors.aliyun.com/pypi/packages/ca/ab/e34b13877f84a198b043166a82baf0ae8b9ed1daa83b6ebde776e8628b0a/debtcollector-1.22.0-py2.py3-none-any.whl (23 kB)
- O1 c* {- |; O! u: \$ w, R' HRequirement 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)
7 s# W9 M  l/ D  [8 m) f; KCollecting pyparsing>=2.1.0
2 P4 Y7 @& `; S& f1 O  Downloading http://mirrors.aliyun.com/pypi/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
) z% M: Z' b( x" \/ K1 D- f     |████████████████████████████████| 67 kB 277 kB/s . _7 \8 K) z' H
Collecting funcsigs>=1.0.0; python_version == "2.7" or python_version == "2.6"1 W0 i" t5 j1 c# Q
  Downloading http://mirrors.aliyun.com/pypi/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl (17 kB): ]& @; l6 _/ s# L' d' G
Collecting pytz>=2013.69 u4 B4 h/ X6 A1 E( u# D1 L
  Downloading http://mirrors.aliyun.com/pypi/packages/60/2e/dec1cc18c51b8df33c7c4d0a321b084cf38e1733b98f9d15018880fb4970/pytz-2022.1-py2.py3-none-any.whl (503 kB)
. o5 m$ i# V4 h+ e+ Y4 }- F! Y     |████████████████████████████████| 503 kB 256 kB/s
' ~. D0 J1 X, [: y+ W' _# \  vCollecting iso8601>=0.1.11  d, y! i2 B" A8 I' h9 F
  Downloading http://mirrors.aliyun.com/pypi/packages/d7/f8/8f315ea8272359d9ae57086581fb4c469be80e6b36bb36583c11bb19e6c4/iso8601-0.1.16-py2.py3-none-any.whl (10 kB)
; [  T) a6 A' v& B1 SCollecting netifaces>=0.10.4
$ w  v+ Z7 A0 q  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)' |' U& O* M, ~, i% s
Collecting monotonic>=0.6; python_version < "3.3"5 ~, W4 F- E$ |& P' V/ i* d' g
  Downloading http://mirrors.aliyun.com/pypi/packages/9a/67/7e8406a29b6c45be7af7740456f7f37025f0506ae2e05fb9009a53946860/monotonic-1.6-py2.py3-none-any.whl (8.2 kB)% j! @. z8 n/ p, z- d
Collecting importlib-resources; python_version < "3.7": ]' B/ }# S6 R* b6 f7 U: {
  Downloading http://mirrors.aliyun.com/pypi/packages/8d/94/2f6ceee0c4e63bff0177c07e68d27c937a19f6bc77c4739755b49f5adb04/importlib_resources-3.3.1-py2.py3-none-any.whl (26 kB)1 U' ^. X0 g0 J
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)' P4 L& w' d/ C+ s7 R, U8 v
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): g* Y0 C/ z# f) E% W
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)# g+ x% Z! ]2 n9 X. n9 b
Requirement 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)( K& z7 I1 {; a" q
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)+ x: P, }3 l$ T4 p7 j% l
Collecting Babel!=2.4.0,>=2.3.4* R% |5 H; L: }( T
  Downloading http://mirrors.aliyun.com/pypi/packages/aa/96/4ba93c5f40459dc850d25f9ba93f869a623e77aaecc7a9344e19c01942cf/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
% u# ]  S/ \5 U2 \     |████████████████████████████████| 8.8 MB 360 kB/s ! b) s+ n" w# x8 Y2 i# t: C
Collecting wrapt>=1.7.0+ S, U/ S0 {/ H6 z0 x
  Downloading http://mirrors.aliyun.com/pypi/packages/e6/57/d5673f5201ccbc287e70a574868319267735de3041e496e1e26b48d8f653/wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl (75 kB)
& {; w6 A% n) v) s     |████████████████████████████████| 75 kB 354 kB/s 3 {9 G8 s* M( Q- p; G2 M
Collecting singledispatch; python_version < "3.4"/ i0 c+ w% ], p. i( O& F
  Downloading http://mirrors.aliyun.com/pypi/packages/3f/09/2a17c6505a8373229cb3de6161e3af74ff90afcf4516719aa6cf32fad151/singledispatch-3.7.0-py2.py3-none-any.whl (9.2 kB)( e/ B3 J2 M$ I; k5 s. X
Collecting zipp>=0.4; python_version < "3.8"& A5 A0 z5 K+ v' `5 {
  Downloading http://mirrors.aliyun.com/pypi/packages/96/0a/67556e9b7782df7118c1f49bdc494da5e5e429c93aa77965f33e81287c8c/zipp-1.2.0-py2.py3-none-any.whl (4.8 kB)- c2 Z/ ^6 ~- w- V7 x9 Y
Collecting pathlib2; python_version < "3"0 A6 b6 F* P5 B, B6 I
  Downloading http://mirrors.aliyun.com/pypi/packages/09/eb/4af4bcd5b8731366b676192675221c5324394a580dfae469d498313b5c4a/pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB)
; X: s" Z1 s4 {3 n, q+ ?; pCollecting contextlib2; python_version < "3"" _. k5 i2 l, n3 u: u9 _3 U) d2 v
  Downloading http://mirrors.aliyun.com/pypi/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
  O3 M% [+ v. cCollecting typing; python_version < "3.5"7 e$ y5 q( ?. u1 l# }; D( h0 a
  Downloading http://mirrors.aliyun.com/pypi/packages/0b/cb/da856e81731833b94da70a08712f658416266a5fb2a9d9e426c8061becef/typing-3.10.0.0-py2-none-any.whl (26 kB)
5 s2 S- }. ~3 }# c  `# WRequirement 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)4 S# [/ K9 |/ E5 i) ?# l1 X
Processing /root/.cache/pip/wheels/06/57/a1/36019a17d0f1e61a90d47d48e777411daf948e7515697c68d5/scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl
$ ]( S! k, Z. l. U$ }Building wheels for collected packages: kolla-ansible
' v5 ]' @8 e; Q% h* M  Building wheel for kolla-ansible (setup.py) ... done  @" n. Y; z2 A) F$ e# v( d
  Created wheel for kolla-ansible: filename=kolla_ansible-6.2.4.dev4-py2-none-any.whl size=971232 sha256=429291fe17b06d2a1c9c6d2d65660ce98d2f90b4595a01aa4ed4c9d29c1e31ab8 K: K4 Q" [( M* L) A. _" c2 u
  Stored in directory: /root/.cache/pip/wheels/4e/7c/47/966a2e36513a482219adcbe974aa18381f19f0a87f45d19297* I# Y$ I0 @2 v2 F& I3 s5 G" ^: i
Successfully built kolla-ansible$ q" d3 O8 D8 S5 s: H, n
Installing 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-ansible8 `* u: S/ q7 `+ I- V" ^9 _
  Attempting uninstall: MarkupSafe' @* }$ ]. H/ U$ t/ z/ j
    Found existing installation: MarkupSafe 0.116 c( q$ @3 |3 A
    Uninstalling MarkupSafe-0.11:
& Y: h9 R- ]9 T/ s      Successfully uninstalled MarkupSafe-0.11
( N' y3 `$ Z2 b+ C# \& U  Attempting uninstall: Jinja2
0 W( C+ u7 `* q0 J9 `8 R) ^* F    Found existing installation: Jinja2 2.7.2
/ z) E6 I. l4 [5 a# F3 T, f( o4 w    Uninstalling Jinja2-2.7.2:
1 t& E  X+ i! S3 @6 ?2 V+ ?' Z4 w* m1 S      Successfully uninstalled Jinja2-2.7.2
2 X6 I" x  h: b) @  Attempting uninstall: Babel
  ]5 V3 t* m+ R8 R. S# c    Found existing installation: Babel 0.9.6
  k: N7 ~  q, P! U# E. a6 P    Uninstalling Babel-0.9.6:
% F; m) ^7 r1 D$ A  d& t3 Z* \      Successfully uninstalled Babel-0.9.6
" C8 \6 p" |* f4 I- r2 v4 M4 c* _  Attempting uninstall: setuptools
1 B8 V- ^/ o) S* ]0 m3 N    Found existing installation: setuptools 0.9.8
. Q# D$ \, F( s    Uninstalling setuptools-0.9.8:6 E& J& R* o/ \; Q- [; B
      Successfully uninstalled setuptools-0.9.8! |" U! \) Q! t$ K! X9 d# F1 N0 l
Successfully 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
+ _; N5 C$ X! e& _- a& m# b[root@openstack-gnocchi kolla-ansible]#
1 x  n6 O+ l7 |/ c+ N
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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