우분투 python-keystoneclient 설치

우분투 python-keystoneclient 설치

1 git clone[ | ]

root@zetawiki:~# git clone https://github.com/openstack/python-keystoneclient.git
Cloning into 'python-keystoneclient'...
remote: Counting objects: 15230, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 15230 (delta 6), reused 14 (delta 2), pack-reused 15211
Receiving objects: 100% (15230/15230), 4.86 MiB | 0 bytes/s, done.
Resolving deltas: 100% (11033/11033), done.
Checking connectivity... done.

2 requirements 설치[ | ]

root@zetawiki:~# cd python-keystoneclient/
root@zetawiki:~/python-keystoneclient# pip install -r requirements.txt
... (생략)
Building wheels for collected packages: wrapt, msgpack-python, netifaces
  Running setup.py bdist_wheel for wrapt ... done
  Stored in directory: /root/.cache/pip/wheels/56/e1/0f/f7ccf1ed8ceaabccc2a93ce0481f73e589814cbbc439291345
  Running setup.py bdist_wheel for msgpack-python ... done
  Stored in directory: /root/.cache/pip/wheels/2c/e7/e7/9031652a69d594665c5ca25e41d0fb3faa024e730b590e4402
  Running setup.py bdist_wheel for netifaces ... done
  Stored in directory: /root/.cache/pip/wheels/28/e1/08/e66a4f207479500a27eae682a4773fa00605f2c5d953257824
Successfully built wrapt msgpack-python netifaces
Installing collected packages: pbr, wrapt, funcsigs, debtcollector, stevedore, iso8601, keystoneauth1, rfc3986, netaddr, Babel, oslo.i18n, oslo.config, monotonic, netifaces, pyparsing, oslo.utils, msgpack-python, oslo.serialization
  Found existing installation: pbr 1.8.0
    Uninstalling pbr-1.8.0:
      Successfully uninstalled pbr-1.8.0
  Found existing installation: funcsigs 0.4
    Uninstalling funcsigs-0.4:
      Successfully uninstalled funcsigs-0.4
Successfully installed Babel-2.5.1 debtcollector-1.19.0 funcsigs-1.0.2 iso8601-0.1.12 keystoneauth1-3.3.0 monotonic-1.4 msgpack-python-0.4.8 netaddr-0.7.19 netifaces-0.10.6 oslo.config-5.1.0 oslo.i18n-3.19.0 oslo.serialization-2.22.0 oslo.utils-3.32.0 pbr-3.1.1 pyparsing-2.2.0 rfc3986-1.1.0 stevedore-1.28.0 wrapt-1.10.11

3 설치[ | ]

root@zetawiki:~/python-keystoneclient# python setup.py develop
running develop
running egg_info
creating python_keystoneclient.egg-info
writing pbr to python_keystoneclient.egg-info/pbr.json
writing requirements to python_keystoneclient.egg-info/requires.txt
... (생략)
Using /usr/local/lib/python2.7/dist-packages
Searching for wrapt==1.10.11
Best match: wrapt 1.10.11
Adding wrapt 1.10.11 to easy-install.pth file

Using /usr/local/lib/python2.7/dist-packages
Finished processing dependencies for python-keystoneclient==3.14.0

4 확인[ | ]

root@zetawiki:~/python-keystoneclient# pip list | grep python-keystoneclient
python-keystoneclient (3.14.0, /root/python-keystoneclient)

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}