2018-01-11 12:23:32 +01:00
|
|
|
# Class to disable the Keystone v2.0 API via keystone-paste.ini.
|
|
|
|
#
|
2018-10-26 01:25:41 +02:00
|
|
|
# DEPRECATED!
|
|
|
|
#
|
2018-01-11 12:23:32 +01:00
|
|
|
# This class removes the /v2.0 entries for Keystone, ensuring that the
|
|
|
|
# only supported API's are v3. After this class is executed, the
|
|
|
|
# standard overcloudrc file will no longer work, the user needs to
|
|
|
|
# utilise the overcloudrc.v3 openrc file, or alternatively the clients
|
|
|
|
# must be using valid keystone v3 credentials set as environment variables.
|
|
|
|
#
|
|
|
|
|
|
|
|
class keystone::disable_v2_api {
|
|
|
|
|
2018-10-26 01:25:41 +02:00
|
|
|
warning('keystone::disable_v2_api has been deprecated, has no effect and will be removed in a later release')
|
2018-01-11 12:23:32 +01:00
|
|
|
}
|