Remove deprecated config variables
I1f8f5064ea8028af60f167df9b97e215cdadba44 deprecated auth_host etc but the default config still used them. Ieac26806bd420aa08fc79bbc6a11eb6a1c15c7df then switched devstack to using the new variables, but if the old variables still existed in the default config, some installations were broken (e.g. XenServer CI) Partial-bug: 1415795 Change-Id: I7076fa03ab531cbb1114918f75113620b65590dc
This commit is contained in:
1 changed files with 1 additions and 3 deletions
@@ -267,9 +267,7 @@ user_test_tester3 = testing3
#
# [filter:authtoken]
# paste.filter_factory = keystonemiddleware.auth_token:filter_factory
# auth_host = keystonehost
# auth_port = 35357
# auth_protocol = http
# identity_uri = http://keystonehost:35357/
# auth_uri = http://keystonehost:5000/
# admin_tenant_name = service
# admin_user = swift
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.