ここの手順に従って、Centosにopenstackをインストールしました...
http://docs.openstack.org/icehouse/install-guide/install/yum/content/index.html
管理エンドポイントにアクセスしてユーザーを一覧表示しようとしています (そして、ユーザーとテナントを追加します)。
ただし、GET を行ったときのように、管理拡張機能は利用できないようです...
http://horizonip:5000/v2.0/users
私は...
<error message="The resource could not be found." code="404" title="Not Found"/>
そして私がするとき...
http://horizonip:5000/v2.0/extensions
私は...
<extensions>
<extension updated="2013-12-17T12:00:0-00:00" name="OpenStack Federation APIs" namespace="http://docs.openstack.org/identity/api/ext/OS-FEDERATION/v1.0" alias="OS-FEDERATION">
<links>
<link href="https://github.com/openstack/identity-api" type="text/html" rel="describedby"/>
</links>
<description>OpenStack Identity Providers Mechanism.</description>
</extension>
<extension updated="2013-07-07T12:00:0-00:00" name="OpenStack Keystone User CRUD" namespace="http://docs.openstack.org/identity/api/ext/OS-KSCRUD/v1.0" alias="OS-KSCRUD">
<links>
<link href="https://github.com/openstack/identity-api" type="text/html" rel="describedby"/>
</links>
<description>OpenStack extensions to Keystone v2.0 API enabling User Operations.</description>
</extension>
<extension updated="2013-07-07T12:00:0-00:00" name="OpenStack EC2 API" namespace="http://docs.openstack.org/identity/api/ext/OS-EC2/v1.0" alias="OS-EC2">
<links>
<link href="https://github.com/openstack/identity-api" type="text/html" rel="describedby"/>
</links>
<description>OpenStack EC2 Credentials backend.</description>
</extension>
<extension updated="2014-01-20T12:00:0-00:00" name="OpenStack Simple Certificate API" namespace="http://docs.openstack.org/identity/api/ext/OS-SIMPLE-CERT/v1.0" alias="OS-SIMPLE-CERT">
<links>
<link href="https://github.com/openstack/identity-api" type="text/html" rel="describedby"/>
</links>
<description>OpenStack simple certificate retrieval extension</description>
</extension>
</extensions>
この側面に関するドキュメントは見つかりませんが、ルーティングを行っていて、サーバー上に必要なものがある可能性のあるフォルダー admin_crud を見つけましたが、keystone.conf に何を入れればよいかわかりません
どんな助けでも感謝します。