
Since we stopped support of keystonev2, we need to be able to specify a domain in neutron and nova configuration. Might as well add all the options and remove the deprecated ones. Co-authored-by: Victoria Martinez de la Cruz <victoria@redhat.com> Change-Id: I745a170ac4458a3f13efc255fc37540a11b54274 Closes-Bug: #1802393
14 lines
698 B
YAML
14 lines
698 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Keystone v2 has been oficially deprecated. Add new configuration options
|
|
for nova and neutron to be used with keystone v3.
|
|
deprecations:
|
|
- |
|
|
Deprecate nova_catalog_info, nova_catalog_admin_info, nova_api_insecure,
|
|
nova_ca_certificates_file, nova_admin_username, nova_admin_password,
|
|
nova_admin_tenant_name and nova_admin_auth_url from nova section in manila.conf.
|
|
Deprecate neutron_api_insecure, neutron_ca_certificates_file, neutron_url,
|
|
neutron_url_timeout, neutron_admin_username, neutron_admin_password,
|
|
neutron_admin_tenant_name, neutron_region_name, neutron_admin_auth_url and
|
|
neutron_auth_strategy from neutron section in manila.conf. |