2ea2399ec3
This patch makes Nova:
a) support Identity v3 params when creating an Ironiccient by
creating a v3Password auth plugin and a Session;
b) deprecate auth parameters admin_tenant_name, admin_username
admin_password and admin_url;
c) remove support to admin_auth_token auth parameter [1].
[1] admin_auth_token was deprecated
(317d9d8f13
) in favour of admin_username and
admin_password (which are deprecated now in favour of username and
password). More info at Keystone release notes (see Deprecation Notes
and Security Issues):
http://docs.openstack.org/releasenotes/keystone/mitaka.html#deprecation-notes
Change-Id: Id837d26bb21c158de0504627e488c0692aef1e24
Closes-Bug: #1582045
7 lines
222 B
YAML
7 lines
222 B
YAML
---
|
|
upgrade:
|
|
- The deprecated auth parameter `admin_auth_token`
|
|
was removed from the [ironic] config option group.
|
|
The use of `admin_auth_token` is insecure compared
|
|
to the use of a proper username/password.
|