Skip to content

Commit aa64eb6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update release table for Train and 4.0.0"
2 parents 06b49c0 + cb0c20b commit aa64eb6

8 files changed

Lines changed: 13 additions & 34 deletions

README.rst

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ OpenStackClient
1616
:alt: Latest Version
1717

1818
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
19-
the command set for Compute, Identity, Image, Object Store and Block Storage
20-
APIs together in a single shell with a uniform command structure.
19+
the command set for Compute, Identity, Image, Network, Object Store and Block
20+
Storage APIs together in a single shell with a uniform command structure.
2121

2222
The primary goal is to provide a unified shell command structure and a common
2323
language to describe operations in OpenStack.
@@ -100,15 +100,3 @@ The corresponding command-line options look very similar::
100100

101101
If a password is not provided above (in plaintext), you will be interactively
102102
prompted to provide one securely.
103-
104-
Authentication may also be performed using an already-acquired token
105-
and a URL pointing directly to the service API that presumably was acquired
106-
from the Service Catalog::
107-
108-
export OS_TOKEN=<token>
109-
export OS_URL=<url-to-openstack-service>
110-
111-
The corresponding command-line options look very similar::
112-
113-
--os-token <token>
114-
--os-url <url-to-openstack-service>

doc/source/cli/authentication.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ by the ``ClientManager`` object.
6767
is selected based on the existing options. This is a short-circuit
6868
evaluation, the first match wins.
6969

70-
* If ``--os-url`` and ``--os-token`` are both present ``token_endpoint``
71-
is selected
7270
* If ``--os-username`` is supplied ``password`` is selected
7371
* If ``--os-token`` is supplied ``token`` is selected
7472
* If no selection has been made by now exit with error

doc/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Contributing
5555

5656
OpenStackClient utilizes all of the usual OpenStack processes and requirements for
5757
contributions. The code is hosted `on OpenStack's Git server`_. `Bug reports`_
58-
and `blueprints`_ may be submitted to the :code:`python-openstackclient` project
58+
may be submitted to the :code:`python-openstackclient` Storyboard project
5959
on `Launchpad`_. Code may be submitted to the
6060
:code:`openstack/python-openstackclient` project using `Gerrit`_.
6161
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
@@ -64,7 +64,6 @@ Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
6464
.. _Launchpad: https://launchpad.net/python-openstackclient
6565
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
6666
.. _Bug reports: https://storyboard.openstack.org/#!/project/975
67-
.. _blueprints: https://blueprints.launchpad.net/python-openstackclient
6867
.. _PyPi: https://pypi.org/project/python-openstackclient
6968
.. _tarball: http://tarballs.openstack.org/python-openstackclient
7069
.. _IRC channel: https://wiki.openstack.org/wiki/IRC

releasenotes/notes/add-server-migrate-with-host-4884a71903c5c8a9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
features:
33
- |
4-
Added the ability to specify ``--host`` with ``server migrate``
4+
Add ``--host`` option to ``server migrate`` command
55
(cold migration) to specify the target host of the migration.
66
Requires ``--os-compute-api-version`` 2.56 or greater to target a
77
specific host for the (cold) migration.

releasenotes/notes/better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
features:
33
- |
4-
Security group rules can now be filtered by Ethertype in
5-
``security group rule list`` using ``--ethertype`` with either
6-
``ipv4`` or ``ipv6`` as an argument.
4+
Add ``--ethertype`` option to ``security group rule list`` command.
5+
Valid values are ``ipv4`` and ``ipv6``.
76
upgrade:
87
- |
98
Security group rule listings now have the ``Ethertype`` field displayed
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
---
2-
features:
2+
fixes:
33
- |
4-
Change to use ``any`` as the default ``--protocol`` option to
4+
Change the default value of ``--protocol`` option to ``any`` in
55
``security group rule create`` command when using the Neutron v2 API.
66
[Bug `1716789 <https://bugs.launchpad.net/bugs/1716789>`_]
7-
fixes:
8-
- |
9-
The default protocol used to create a security rule was changed to
10-
``tcp``, which was a regression from the neutron client when using
11-
the Neutron v2 API. Change it back to ``any``, which skips sending
12-
the protocol to the API server entirely.
137
upgrade:
148
- |
15-
Users that had been creating rules without specifying a protocol
16-
and expecting ``tcp`` need to change to use ``--protocol tcp``
17-
explicitly when using the Neutron v2 API.
9+
Commands that assumed the default value of ``--protocol`` to be ``tcp``
10+
now must include ``--protocol tcp`` explicitly in Network commands.

releasenotes/notes/volume-v3-default-0ffa9bebb43b5057.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ upgrade:
33
- |
44
Volume commands now default to Volume API 3. On older clouds
55
that do not support Volume 3.x ``--os-volume-api-version 2``
6-
of the adition of ``volume_api_version: '2' in ``clouds.yaml``
6+
or the adition of ``volume_api_version: '2'`` in ``clouds.yaml``
77
will be required.

releasenotes/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ OpenStack release was made is shown below:
2727
================= =======================
2828
OpenStack Release OpenStackClient Release
2929
================= =======================
30+
Train 4.0.0
31+
Stein 3.18.0
3032
Rocky 3.16.0
3133
Queens 3.14.0
3234
Pike 3.12.0

0 commit comments

Comments
 (0)