File: pike-rm-deprecated-net-272aeb62b329a5bc.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (77 lines) | stat: -rw-r--r-- 2,422 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
prelude: >
    Deprecated network-related resource commands and python API bindings
    have been removed. From this point on, python-novaclient will no longer
    work with nova-network *except* for the ``nova virtual-interface-list``,
    ``nova add-fixed-ip`` and ``nova remove-fixed-ip`` commands.
upgrade:
  - |
    The following deprecated network-related resource commands have been
    removed::

    * nova dns-create
    * nova dns-create-private-domain
    * nova dns-create-public-domain
    * nova dns-delete
    * nova dns-delete-domain
    * nova dns-domains
    * nova dns-list
    * nova fixed-ip-get
    * nova fixed-ip-reserve
    * nova fixed-ip-unreserve
    * nova floating-ip-create
    * nova floating-ip-delete
    * nova floating-ip-list
    * nova floating-ip-bulk-create
    * nova floating-ip-bulk-delete
    * nova floating-ip-bulk-list
    * nova floating-ip-pool-list
    * nova net
    * nova net-create
    * nova net-delete
    * nova net-list
    * nova network-create
    * nova network-delete
    * nova network-list
    * nova network-show
    * nova network-associate-host
    * nova-network-associate-project
    * nova network-disassociate
    * nova scrub
    * nova secgroup-create
    * nova secgroup-delete
    * nova secgroup-list
    * nova secgroup-update
    * nova secgroup-add-rule
    * nova secgroup-delete-rule
    * nova secgroup-list-rules
    * nova secgroup-add-default-rule
    * nova secgroup-delete-default-rule
    * nova secgroup-list-default-rules
    * nova secgroup-add-group-rule
    * nova secgroup-delete-group-rule
    * nova tenant-network-create
    * nova tenant-network-delete
    * nova tenant-network-list
    * nova tenant-network-show

    Along with the following python API bindings::

    * novaclient.v2.contrib.tenant_networks
    * novaclient.v2.fixed_ips
    * novaclient.v2.floating_ip_dns
    * novaclient.v2.floating_ip_pools
    * novaclient.v2.floating_ips
    * novaclient.v2.floating_ips_bulk
    * novaclient.v2.fping
    * novaclient.v2.networks
    * novaclient.v2.security_group_default_rules
    * novaclient.v2.security_group_rules
    * novaclient.v2.security_groups

deprecations:
  - |
    The ``only_contrib`` parameter for the
    ``novaclient.client.discover_extensions`` method is deprecated and now
    results in an empty list returned since all contrib extensions are either
    required or have been removed.