File: ksa-loading-9731c570772c826a.yaml

package info (click to toggle)
python-blazarclient 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: python: 2,742; makefile: 18; sh: 2
file content (24 lines) | stat: -rw-r--r-- 1,125 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
---
deprecations:
  - |
    The ``blazar`` command-line client has switched to the
    ``keystoneauth1.loading`` module. As a result, the following options are
    deprecated:

    * ``--service-type`` (use ``--os-service-type`` instead)
    * ``--endpoint-type`` (use ``--os-interface`` instead)

    The following options have been removed:

    * ``--os-auth-strategy`` (this option had not effect)
    * ``--os_auth_strategy`` (this option had not effect)
    * ``--os_auth_url`` (use ``--os-auth-url`` instead)
    * ``--os_project_name`` (use ``--os-project-name`` instead)
    * ``--os_project_id`` (use ``--os-project-id`` instead)
    * ``--os_project_domain_name`` (use ``--os-project-domain-name`` instead)
    * ``--os_project_domain_id`` (use ``--os-project-domain-id`` instead)
    * ``--os_tenant_name`` (use ``--os-project-name`` or ``--os-tenant-name`` instead)
    * ``--os_username`` (use ``--os-username`` instead)
    * ``--os_user_domain_name`` (use ``--os-user-domain-name`` instead)
    * ``--os_user_domain_id`` (use ``--os-user-domain-id`` instead)
    * ``--os_token`` (use ``--os-token`` instead)