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:
Eric Brown 2015-05-04 15:30:58 -07:00
parent 2a5b1db132
commit 317d9d8f13

View File

@ -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',