を発見していない私は、Linux、Mac OS Xの、またはMicrosoft Windows システム上のクライアントをインストールするにはマック10.11.5OpenStackのコマンドライン・クライアントのMacOS上で - キーストーン:コマンド
にInstall the OpenStack command-line clientsに続く、ピップを使用。これは使いやすく、Python Package Indexから最新の バージョンのクライアントを確実に取得し、後で パッケージを更新または削除できるようにします。
私は、コマンドが見つからない、キーストーンをインストールした後user-password-update
でパスワードを変更したいです。 Howtoはキーストーンを起動しますか?ここで
$ keystone
-bash: keystone: command not found
私が何をしたかの詳細と私のシステムは
$ pip install python-keystoneclient
(..)
Successfully installed Babel-2.3.4 debtcollector-1.6.0 funcsigs-1.0.2 iso8601-0.1.11 keystoneauth1-2.9.0 monotonic-1.1 msgpack-python-0.4.7 netaddr-0.7.18 netifaces-0.10.4 oslo.config-3.13.0 oslo.i18n-3.8.0 oslo.serialization-2.11.0 oslo.utils-3.16.0 pbr-1.10.0 positional-1.1.1 pyparsing-2.1.5 python-keystoneclient-3.2.0 pytz-2016.6.1 requests-2.10.0 rfc3986-0.3.1 six-1.10.0 stevedore-1.16.0 wrapt-1.10.8
$ pip show -f python-keystoneclient
---
Metadata-Version: 2.0
Name: python-keystoneclient
Version: 3.2.0
Summary: Client Library for OpenStack Identity
Home-page: http://docs.openstack.org/developer/python-keystoneclient
Author: OpenStack
Author-email: [email protected]
Installer: pip
License: UNKNOWN
Location: /usr/local/lib/python2.7/site-packages
Requires: oslo.i18n, oslo.utils, six, requests, oslo.serialization, positional, keystoneauth1, debtcollector, oslo.config, pbr, stevedore
Classifiers:
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Files:
keystoneclient/__init__.py
(...)
python_keystoneclient-3.2.0.dist-info/pbr.json
python_keystoneclient-3.2.0.dist-info/top_level.txt
Entry-points:
[keystoneclient.auth.plugin]
admin_token = keystoneclient.auth.token_endpoint:Token
password = keystoneclient.auth.identity.generic:Password
token = keystoneclient.auth.identity.generic:Token
v2password = keystoneclient.auth.identity.v2:Password
v2token = keystoneclient.auth.identity.v2:Token
v3oidcpassword = keystoneclient.contrib.auth.v3.oidc:OidcPassword
v3password = keystoneclient.auth.identity.v3:Password
v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
v3token = keystoneclient.auth.identity.v3:Token
v3unscopedadfs = keystoneclient.contrib.auth.v3.saml2:ADFSUnscopedToken
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
$ echo $PYTHONPATH
/usr/local/lib/python2.7/site-packages/
どのように見えるか
PYTHONPATHも設定されています。どのようにしてPythonモジュールをパスに入れて、Terminal上でコマンドを実行しますか?
これは間違っていると間違って何 –
を助けていませんか?スタンドアローンのクライアントとしての台形はもう分配されません。 http://docs.openstack.org/cli-reference/common/cli-install-openstack-command-line-clients.htmlをチェックしてください。もう存在しません。 pipのpython-keystoneclientは単なるライブラリです –