File: remove_useless_parameter-b6a260ede152aa09.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 992 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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.