Deprecate nova ironic driver's admin_auth_token
The admin_auth_token config option is deprecated in the keystone client and should similarly be deprecated in the ironic driver. Change-Id: Ia9981b831ed9159ca3a01a8bb9d5eab7309f9a65 Closes-Bug: #1451605
This commit is contained in:
parent
2a5b1db132
commit
317d9d8f13
@ -74,7 +74,10 @@ opts = [
|
||||
help='Ironic keystone admin password.'),
|
||||
cfg.StrOpt('admin_auth_token',
|
||||
secret=True,
|
||||
help='Ironic keystone auth token.'),
|
||||
deprecated_for_removal=True,
|
||||
help='Ironic keystone auth token.'
|
||||
'DEPRECATED: use admin_username, admin_password, and '
|
||||
'admin_tenant_name instead'),
|
||||
cfg.StrOpt('admin_url',
|
||||
help='Keystone public API endpoint.'),
|
||||
cfg.StrOpt('client_log_level',
|
||||
|
Loading…
Reference in New Issue
Block a user