Remove set up document for Keystone V2

This patch set removes set up document for Keystone V2.
Because Keystone V2 was removed in Queens cycle.

Change-Id: I66346f5055e81992f9bd509d3a3b09ce4975dbd7
This commit is contained in:
Hidekazu Nakamura 2018-10-23 11:26:28 +09:00
parent a6adc6ba34
commit 7ea401ba5a
1 changed files with 0 additions and 14 deletions

View File

@ -76,22 +76,8 @@ For Keystone V3::
admin_domain_name = <ADMIN_DOMAIN_NAME>
[identity-feature-enabled]
api_v2 = false
api_v3 = true
For Keystone V2::
[identity]
uri = http://<KEYSTONE_PUBLIC_ENDPOINT_IP>:<KEYSTONE_PORT>/v2.0
auth_version = v2
[auth]
admin_tenant_name = <ADMIN_TENANT_NAME>
admin_username = <ADMIN_USERNAME>
admin_password = <ADMIN_PASSWORD>
In both cases::
[network]
public_network_id = <PUBLIC_NETWORK_ID>