Remove keystone::disable_admin_token_auth from README

This was deprecated in an earlier commit and has no effect.

Change-Id: Ieee885aab48a5b9d6a9e1ff20c713171f805e3e1
This commit is contained in:
Tobias Urdin 2019-01-14 16:21:14 +01:00
parent 7d0fb52cc7
commit d0f6238bde
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ class { 'keystone::endpoint':
internal_url => 'http://10.16.2.101:5000/v2.0',
region => 'example-1',
}
# Remove the admin_token_auth paste pipeline.
# After the first puppet run this requires setting keystone v3
# admin credentials via /root/openrc or as environment variables.
include keystone::disable_admin_token_auth
```
**Leveraging the Native Types**