4b5404ec74
These parameters are useless. So they can be removed. Change-Id: I8f65487b52e6d3801fea7abe64401adf04c58458
29 lines
992 B
YAML
29 lines
992 B
YAML
---
|
|
upgrade:
|
|
- Remove some useless parameters
|
|
|
|
[*neutron_auth_strategy*]
|
|
(optional) DEPRECATED.
|
|
|
|
[*neutron_admin_password*]
|
|
DEPRECATED. Password for connecting to Neutron network services
|
|
in admin context through the OpenStack Identity service.
|
|
Use neutron_password instead.
|
|
|
|
[*neutron_admin_tenant_name*]
|
|
(optional) DEPRECATED. Tenant name for connecting to Neutron network
|
|
services in admin context through the OpenStack Identity service.
|
|
Use neutron_project_name instead.
|
|
|
|
[*neutron_admin_username*]
|
|
(optional) DEPRECATED. Username for connecting to Neutron network services
|
|
in admin context through the OpenStack Identity service.
|
|
Use neutron_username instead.
|
|
|
|
[*neutron_admin_auth_url*]
|
|
(optional) DEPRECATED. Points to the OpenStack Identity server IP and port.
|
|
This is the Identity (keystone) admin API server IP and port value,
|
|
and not the Identity service API IP and port.
|
|
Use neutron_auth_url instead.
|
|
|