File: prelude-2-0-release-ee44150902d3d399.yaml

package info (click to toggle)
python-ironicclient 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,220 kB
  • sloc: python: 23,134; makefile: 20; sh: 16
file content (18 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
prelude: |
    The 2.0 release has three major changes:

    * The default API version for the ``openstack baremetal`` and
      ``ironic`` commands changed from ``1.9`` to ``latest``. ``latest``
      is the maximum version understood by both the client and the server.
      This change makes the CLI automatically pull in new features
      and changes (including potentially breaking), from servers.

    * The ``python-ironicclient`` package no longer includes the
      ``python-openstackclient`` (OSC) package as a requirement.
      ``python-openstackclient`` is needed if using the
      ``openstack baremetal`` CLI.

    * The ``ironic`` command line interface (``ironic`` commands) is
      deprecated and will be removed in the OpenStack S* release.
      Please use the ``openstack baremetal`` CLI instead.